Skip to content

Commit 5d68416

Browse files
committed
remove unuseful comments
1 parent b62bd77 commit 5d68416

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/standard/string.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,6 @@ PHP_FUNCTION(explode)
928928
}
929929
/* }}} */
930930

931-
/* {{{ An alias for implode */
932-
/* }}} */
933-
934931
/* {{{ php_implode */
935932
PHPAPI void php_implode(const zend_string *glue, HashTable *pieces, zval *return_value)
936933
{
@@ -1627,9 +1624,6 @@ PHP_FUNCTION(str_ends_with)
16271624
}
16281625
/* }}} */
16291626

1630-
/* {{{ An alias for strstr */
1631-
/* }}} */
1632-
16331627
/* {{{ Finds position of first occurrence of a string within another */
16341628
PHP_FUNCTION(strpos)
16351629
{

0 commit comments

Comments
 (0)