Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2274 HashTable *subject_ht; in preg_replace_common() local
2366 HashTable *subject_ht; in PHP_FUNCTION() local
2396 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
2417 if (subject_ht) { in PHP_FUNCTION()
2418 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2439 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()
2441 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
2463 if (subject_ht) { in PHP_FUNCTION()
2464 RETVAL_ARR(subject_ht); in PHP_FUNCTION()
2475 if (subject_ht) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/standard/
H A Dstring.c4296 HashTable *subject_ht; local
4306 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str)
4320 if (subject_ht) {
4325 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) {

Completed in 33 milliseconds