We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62bd77 commit 5d68416Copy full SHA for 5d68416
ext/standard/string.c
@@ -928,9 +928,6 @@ PHP_FUNCTION(explode)
928
}
929
/* }}} */
930
931
-/* {{{ An alias for implode */
932
-/* }}} */
933
-
934
/* {{{ php_implode */
935
PHPAPI void php_implode(const zend_string *glue, HashTable *pieces, zval *return_value)
936
{
@@ -1627,9 +1624,6 @@ PHP_FUNCTION(str_ends_with)
1627
1624
1628
1625
1629
1626
1630
-/* {{{ An alias for strstr */
1631
1632
1633
/* {{{ Finds position of first occurrence of a string within another */
1634
PHP_FUNCTION(strpos)
1635
0 commit comments