We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3310463 commit 9584939Copy full SHA for 9584939
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
{
@@ -1622,9 +1619,6 @@ PHP_FUNCTION(str_ends_with)
1622
1619
1623
1620
1624
1621
1625
-/* {{{ An alias for strstr */
1626
1627
1628
/* {{{ Finds position of first occurrence of a string within another */
1629
PHP_FUNCTION(strpos)
1630
0 commit comments