Searched refs:prev_val (Results 1 – 1 of 1) sorted by relevance
672 zval *prev_val, *hdr = NULL; in PHP_FUNCTION() local716 …if ((prev_val = zend_hash_str_find(Z_ARRVAL_P(return_value), Z_STRVAL_P(hdr), (p - Z_STRVAL_P(hdr)… in PHP_FUNCTION()719 convert_to_array(prev_val); in PHP_FUNCTION()720 add_next_index_stringl(prev_val, s, (Z_STRLEN_P(hdr) - (s - Z_STRVAL_P(hdr)))); in PHP_FUNCTION()
Completed in 7 milliseconds