Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Durl.c685 zval *prev_val, *hdr = NULL; in PHP_FUNCTION() local
729 …if ((prev_val = zend_hash_str_find(Z_ARRVAL_P(return_value), Z_STRVAL_P(hdr), (p - Z_STRVAL_P(hdr)… in PHP_FUNCTION()
732 convert_to_array(prev_val); in PHP_FUNCTION()
733 add_next_index_stringl(prev_val, s, (Z_STRLEN_P(hdr) - (s - Z_STRVAL_P(hdr)))); in PHP_FUNCTION()

Completed in 7 milliseconds