Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2290 HashTable *subject_ht; in preg_replace_common() local
2382 HashTable *subject_ht; in PHP_FUNCTION() local
2412 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
2433 if (subject_ht) { in PHP_FUNCTION()
2434 GC_TRY_ADDREF(subject_ht); in PHP_FUNCTION()
2457 ZEND_ASSERT(subject_ht); in PHP_FUNCTION()
2459 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
2481 if (subject_ht) { in PHP_FUNCTION()
2482 RETURN_ARR(subject_ht); in PHP_FUNCTION()
2488 if (subject_ht) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/
H A Dstring.c4217 HashTable *subject_ht; local
4227 Z_PARAM_ARRAY_HT_OR_STR(subject_ht, subject_str)
4241 if (subject_ht) {
4246 ZEND_HASH_FOREACH_KEY_VAL_IND(subject_ht, num_key, string_key, subject_entry) {

Completed in 31 milliseconds