Searched defs:subject_ht (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2212 zend_string *subject_str, HashTable *subject_ht, zend_long limit_val, zend_long flags) in preg_replace_func_impl() 2265 HashTable *subject_ht, zend_string *subject_str, in _preg_replace_common() 2340 HashTable *regex_ht, *replace_ht, *subject_ht; in preg_replace_common() local 2373 HashTable *regex_ht, *replace_ht, *subject_ht; variable 2400 HashTable *subject_ht; in PHP_FUNCTION() local 2430 HashTable *pattern, *subject_ht; in PHP_FUNCTION() local
|
/php-src/ext/standard/ |
H A D | string.c | 4472 HashTable *subject_ht, zend_string *subject_str, 4524 HashTable *subject_ht; local 4549 HashTable *search_ht, *replace_ht, *subject_ht; variable
|
Completed in 29 milliseconds