Searched refs:Z_ARR (Results 1 – 19 of 19) sorted by relevance
508 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) ? PARSE_ENV : PAR… in cgi_php_load_env_var()522 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in cgi_php_import_environment_variables()526 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()529 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in cgi_php_import_environment_variables()533 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_SERVER])); in cgi_php_import_environment_variables()
204 int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) in add_variable()223 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) && in litespeed_php_import_environment_variables()230 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) && in litespeed_php_import_environment_variables()
701 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()711 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
846 #define Z_ARR(zval) (zval).value.arr macro847 #define Z_ARR_P(zval_p) Z_ARR(*(zval_p))849 #define Z_ARRVAL(zval) Z_ARR(zval)
612 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
173 ht = Z_ARR(retval); in zend_std_get_debug_info()
1505 && array_is_const(Z_ARR(c->value))) { in can_ct_eval_const()
655 …int filter_arg = (Z_ARR_P(array_ptr) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) ? PARSE_ENV : PAR… in cgi_php_load_env_var()671 Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV])) { in cgi_php_import_environment_variables()673 Z_ARR_P(array_ptr) = zend_array_dup(Z_ARR(PG(http_globals)[TRACK_VARS_ENV])); in cgi_php_import_environment_variables()
219 zend_array_destroy(Z_ARR(gpc_element)); in php_register_variable_ex()
521 zend_array_destroy(Z_ARR(caller)); in php_converter_resolve_callback()
1690 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()1697 zend_array_destroy(Z_ARR(filterparams)); in phar_open_from_fp()3218 zend_array_destroy(Z_ARR(filterparams)); in phar_flush()
1342 zend_array_destroy(Z_ARR(filterparams)); in phar_tar_flush()
466 ZVAL_COPY(return_value, zend_hash_index_find(Z_ARR(row_array), col_no));
1159 HashTable *prop_table = zend_symtable_to_proptable(Z_ARR(dataset)); in php_mysqli_fetch_into_hash()
2452 zend_array_destroy(Z_ARR(ctx->values[i])); in replace_constant_operands()
2459 subject_ht = Z_ARR(zv); in PHP_FUNCTION()
968 ZVAL_ARR(data_ptr, Z_ARR(newptr)); in sxe_properties_add()
1944 Z_OBJ_P(return_value)->properties = Z_ARR(dataset); in php_pgsql_fetch_hash()
1299 zend_array_destroy(Z_ARR(filter_params));
Completed in 161 milliseconds