Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants.c42 zend_constant *c = Z_PTR_P(zv); in free_zend_constant()
69 zend_constant *c = Z_PTR_P(zv); in copy_zend_constant()
95 zend_constant *c = (zend_constant *)Z_PTR_P(el); in clean_module_constant()
130 zend_constant c; in zend_register_null_constant()
140 zend_constant c; in zend_register_bool_constant()
150 zend_constant c; in zend_register_long_constant()
161 zend_constant c; in zend_register_double_constant()
172 zend_constant c; in zend_register_stringl_constant()
188 zend_constant *c; in zend_get_halt_offset_constant()
400 zend_constant *c; in zend_get_constant_ex()
[all …]
H A Dzend_constants.h37 } zend_constant; typedef
78 ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name);
88 ZEND_API zend_result zend_register_constant(zend_constant *c);
93 ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t name_len);
95 static zend_always_inline zend_constant *zend_get_special_const( in zend_get_special_const()
H A Dzend_builtin_functions.c514 zend_constant c; in ZEND_FUNCTION()
1609 zend_constant *val; in ZEND_FUNCTION()
1653 zend_constant *constant; in ZEND_FUNCTION()
H A Dzend_execute_API.c113 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full()
294 zend_constant *c = Z_PTR_P(zv); in zend_shutdown_executor_values()
H A Dzend_execute.c5241 zend_constant *c = NULL; in _zend_quick_get_constant()
5246 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
5251 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
H A Dzend_vm_def.h6011 zend_constant *c;
8226 zend_constant c;
8766 zend_constant *c;
H A Dzend_compile.c1659 static bool can_ct_eval_const(zend_constant *c) { in can_ct_eval_const()
1691 zend_constant *c; in zend_try_ct_eval_const()
H A Dzend_vm_execute.h5984 zend_constant *c; in ZEND_DEFINED_SPEC_CONST_HANDLER()
7975 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
35201 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c293 static zend_always_inline zend_constant* _zend_quick_get_constant( in _zend_quick_get_constant()
301 zend_constant *c = NULL; in _zend_quick_get_constant()
306 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
311 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
338 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags) in zend_jit_get_constant()
343 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key) in zend_jit_check_constant()
H A Dzend_jit_internal.h239 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags);
240 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key);
H A Dzend_jit.c545 zend_constant *c = NULL; in zend_jit_is_persistent_constant()
550 c = (zend_constant*)Z_PTR_P(zv); in zend_jit_is_persistent_constant()
555 c = (zend_constant*)Z_PTR_P(zv); in zend_jit_is_persistent_constant()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c102 zend_constant *data; in PHPDBG_INFO()
H A Dphpdbg.c891 zend_constant ic, oc, ec; in phpdbg_register_file_handles()
/php-src/ext/reflection/
H A Dphp_reflection.c1097 zend_constant *constant; in _extension_string()
3959 zend_constant *ref; in ZEND_METHOD()
6540 zend_constant *constant; in ZEND_METHOD()
7513 zend_constant *const_; in ZEND_METHOD()
7524 zend_constant *const_; in ZEND_METHOD()
7542 zend_constant *const_; in ZEND_METHOD()
7561 zend_constant *const_; in ZEND_METHOD()
7572 zend_constant *const_; in ZEND_METHOD()
7583 zend_constant *const_; in ZEND_METHOD()
7597 zend_constant *const_; in reflection_constant_find_ext()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c187 zend_constant c; in php_com_import_typelib()
/php-src/sapi/cli/
H A Dphp_cli.c523 zend_constant ic, oc, ec; in cli_register_file_handles()
/php-src/
H A D.gdbinit371 set $const = (zend_constant *)$val->value.ptr
/php-src/ext/opcache/
H A DZendAccelerator.c723 zend_constant *c; in accel_copy_permanent_strings()
728 c = (zend_constant*)Z_PTR(p->val); in accel_copy_permanent_strings()
3516 zend_constant *c = Z_PTR_P(zv);
/php-src/Zend/Optimizer/
H A Dblock_pass.c35 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_optimizer_get_persistent_constant()

Completed in 299 milliseconds