Searched refs:copyzval (Results 1 – 1 of 1) sorted by relevance
37 zval **zdata = NULL, *copyzval; in php_url_encode_hash_ex() local175 MAKE_STD_ZVAL(copyzval); in php_url_encode_hash_ex()176 *copyzval = **zdata; in php_url_encode_hash_ex()177 zval_copy_ctor(copyzval); in php_url_encode_hash_ex()178 convert_to_string_ex(©zval); in php_url_encode_hash_ex()179 ekey = php_url_encode(Z_STRVAL_P(copyzval), Z_STRLEN_P(copyzval), &ekey_len); in php_url_encode_hash_ex()180 zval_ptr_dtor(©zval); in php_url_encode_hash_ex()
Completed in 5 milliseconds