Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2255 HashTable *subject_ht; in preg_replace_common() local
2347 HashTable *subject_ht; in PHP_FUNCTION() local
2377 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
2398 if (subject_ht) { in PHP_FUNCTION()
2399 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2420 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()
2422 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
2444 if (subject_ht) { in PHP_FUNCTION()
2445 RETVAL_ARR(subject_ht); in PHP_FUNCTION()
2456 if (subject_ht) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/standard/
H A Dstring.c4214 HashTable *subject_ht; local
4224 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str)
4236 if (subject_ht) {
4241 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) {

Completed in 22 milliseconds