Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_constants.c41 zend_constant *c = Z_PTR_P(zv); in free_zend_constant()
62 zend_constant *c = Z_PTR_P(zv); in copy_zend_constant()
85 zend_constant *c = (zend_constant *)Z_PTR_P(el); in clean_module_constant()
153 zend_constant c; in zend_register_null_constant()
163 zend_constant c; in zend_register_bool_constant()
173 zend_constant c; in zend_register_long_constant()
184 zend_constant c; in zend_register_double_constant()
195 zend_constant c; in zend_register_stringl_constant()
211 zend_constant *c; in zend_get_halt_offset_constant()
329 zend_constant *c; in zend_get_constant_ex()
[all …]
H A Dzend_constants.h35 } zend_constant; typedef
85 ZEND_API zend_result zend_register_constant(zend_constant *c);
90 ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t name_len);
92 static zend_always_inline zend_constant *zend_get_special_const( in zend_get_special_const()
H A Dzend_builtin_functions.c487 zend_constant c; in ZEND_FUNCTION()
1517 zend_constant *val; in ZEND_FUNCTION()
1561 zend_constant *constant; in ZEND_FUNCTION()
H A Dzend_execute_API.c107 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full()
366 zend_constant *c = Z_PTR_P(zv); in shutdown_executor()
H A Dzend_execute.c4555 zend_constant *c = NULL; in _zend_quick_get_constant()
4560 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
4565 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
H A Dzend_vm_def.h5810 zend_constant *c;
7884 zend_constant c;
8429 zend_constant *c;
H A Dzend_compile.c1437 static zend_bool can_ct_eval_const(zend_constant *c) { in can_ct_eval_const()
1456 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_try_ct_eval_const()
H A Dzend_vm_execute.h5380 zend_constant *c; in ZEND_DEFINED_SPEC_CONST_HANDLER()
7231 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
32959 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c242 static zend_always_inline zend_constant* _zend_quick_get_constant( in _zend_quick_get_constant()
250 zend_constant *c = NULL; in _zend_quick_get_constant()
255 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
260 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
287 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags) in zend_jit_get_constant()
292 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key) in zend_jit_check_constant()
H A Dzend_jit_internal.h133 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags);
134 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c99 zend_constant *data; in PHPDBG_INFO()
H A Dphpdbg.c944 zend_constant ic, oc, ec; in phpdbg_register_file_handles()
/PHP-8.0/ext/com_dotnet/
H A Dcom_typeinfo.c187 zend_constant c; in php_com_import_typelib()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c536 zend_constant ic, oc, ec; in cli_register_file_handles()
/PHP-8.0/
H A D.gdbinit361 set $const = (zend_constant *)$p->val.value.ptr
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c660 zend_constant *c; in accel_copy_permanent_strings()
665 c = (zend_constant*)Z_PTR(p->val); in accel_copy_permanent_strings()
3275 zend_constant *c = Z_PTR_P(zv);
4661 zend_constant *c = Z_PTR_P(zv);
/PHP-8.0/ext/opcache/Optimizer/
H A Dblock_pass.c36 zend_constant *c = zend_hash_find_ptr(EG(zend_constants), name); in zend_optimizer_get_persistent_constant()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1031 zend_constant *constant; in _extension_string()
5774 zend_constant *constant; in ZEND_METHOD()

Completed in 283 milliseconds