Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_P (Results 126 – 133 of 133) sorted by path

123456

/php-src/main/streams/
H A Dstreams.c2403 return zend_hash_str_find(Z_ARRVAL_P(wrapperhash), optionname, strlen(optionname));
2421 zend_hash_str_update(Z_ARRVAL_P(wrapperhash), optionname, strlen(optionname), optionvalue);
H A Duserspace.c806 if (NULL != (elem = zend_hash_str_find(Z_ARRVAL_P(array), #name, sizeof(#name)-1))) { \ in statbuf_from_array()
/php-src/sapi/fpm/fpm/
H A Dfpm_php.c292 ZEND_HASH_FOREACH_STR_KEY(Z_ARRVAL_P(data), str) { in fpm_php_is_key_in_table()
/php-src/sapi/phpdbg/
H A Dphpdbg.c53 zend_hash_destroy(Z_ARRVAL_P(brake)); in php_phpdbg_destroy_bp_file()
54 efree(Z_ARRVAL_P(brake)); in php_phpdbg_destroy_bp_file()
76 zend_hash_destroy(Z_ARRVAL_P(brake)); in php_phpdbg_destroy_bp_methods()
77 efree(Z_ARRVAL_P(brake)); in php_phpdbg_destroy_bp_methods()
H A Dphpdbg_bp.c79 zend_hash_destroy(Z_ARRVAL_P(data)); in phpdbg_opline_class_breaks_dtor()
80 efree(Z_ARRVAL_P(data)); in phpdbg_opline_class_breaks_dtor()
H A Dphpdbg_frame.c174 funcname = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_FUNCTION)); in phpdbg_dump_prototype()
176 if ((class = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_OBJECT)))) { in phpdbg_dump_prototype()
180 class = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_CLASS)); in phpdbg_dump_prototype()
184 zval *type = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_TYPE)); in phpdbg_dump_prototype()
191 args = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_ARGS)); in phpdbg_dump_prototype()
208 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args), argstmp) { in phpdbg_dump_prototype()
291 file = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_FILE)); in phpdbg_dump_backtrace()
292 line = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_LINE)); in phpdbg_dump_backtrace()
293 function_name = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_FUNCTION)); in phpdbg_dump_backtrace()
H A Dphpdbg_utils.c530 phpdbg_parse_variable_with_arg(input, len, Z_ARRVAL_P(zv), i, callback, step_cb, silent, arg); in phpdbg_parse_variable_with_arg()
582 parent = Z_ARRVAL_P(zv); in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c131 …Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY ? Z_ARRVAL_P(zvp) : NULL)

Completed in 52 milliseconds

123456