Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2367 subject_ht, subject_str, in preg_replace_common()
2393 subject_ht, subject_str,
2409 HashTable *subject_ht; in PHP_FUNCTION() local
2439 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
2460 if (subject_ht) { in PHP_FUNCTION()
2461 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2482 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()
2484 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
2506 if (subject_ht) { in PHP_FUNCTION()
2507 RETVAL_ARR(subject_ht); in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Dstring.c4504 HashTable *subject_ht, zend_string *subject_str, argument
4521 if (subject_ht) {
4526 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) {
4556 HashTable *subject_ht; local
4562 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str)
4567 …_php_str_replace_common(return_value, search_ht, search_str, replace_ht, replace_str, subject_ht, …
4581 HashTable *search_ht, *replace_ht, *subject_ht; variable
4586 Z_FLF_PARAM_ARRAY_HT_OR_STR(3, subject_ht, subject_str, subject_tmp);
4588 …_php_str_replace_common(return_value, search_ht, search_str, replace_ht, replace_str, subject_ht, …

Completed in 24 milliseconds