Home
last modified time | relevance | path

Searched refs:php_implode (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Dphp_string.h55 PHPAPI void php_implode(const zend_string *delim, HashTable *arr, zval *return_value);
H A Dstring.c960 PHPAPI void php_implode(const zend_string *glue, HashTable *pieces, zval *return_value) in php_implode() function
1083 php_implode(arg1_str, pieces, return_value); in PHP_FUNCTION()
1103 php_implode(str, Z_ARR_P(pieces), return_value);
1126 php_implode(str, Z_ARR_P(pieces), return_value);

Completed in 18 milliseconds