Skip to content

Commit 059fe6c

Browse files
authored
ext/standard/php_string.h: Remove declarations that do not have an implementation (#15402)
This was overlooked, by my younger self, in GH-8195.
1 parent 53d6ed8 commit 059fe6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/standard/php_string.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return
5858
PHPAPI size_t php_strspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
5959
PHPAPI size_t php_strcspn(const char *s1, const char *s2, const char *s1_end, const char *s2_end);
6060

61-
PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, bool case_insensitive);
62-
PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2);
63-
PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2);
64-
6561
PHPAPI bool php_binary_string_shuffle(php_random_algo_with_state engine, char *str, zend_long len);
6662

6763
#ifdef _REENTRANT

0 commit comments

Comments
 (0)