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.c2262 HashTable *subject_ht; in preg_replace_common() local
2354 HashTable *subject_ht; in PHP_FUNCTION() local
2384 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
2405 if (subject_ht) { in PHP_FUNCTION()
2406 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2427 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()
2429 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
2451 if (subject_ht) { in PHP_FUNCTION()
2452 RETVAL_ARR(subject_ht); in PHP_FUNCTION()
2463 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 31 milliseconds