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.h51 PHPAPI void php_implode(const zend_string *delim, HashTable *arr, zval *return_value);
H A Dstring.c958 PHPAPI void php_implode(const zend_string *glue, HashTable *pieces, zval *return_value) in php_implode() function
1081 php_implode(arg1_str, pieces, return_value); in PHP_FUNCTION()
1101 php_implode(str, Z_ARR_P(pieces), return_value);
1124 php_implode(str, Z_ARR_P(pieces), return_value);

Completed in 17 milliseconds