Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_constants.c38 zend_constant *c = Z_PTR_P(zv); in free_zend_constant()
82 zend_constant *c = (zend_constant *)Z_PTR_P(el); in clean_module_constant()
151 zend_constant c; in zend_register_null_constant()
161 zend_constant c; in zend_register_bool_constant()
171 zend_constant c; in zend_register_long_constant()
182 zend_constant c; in zend_register_double_constant()
193 zend_constant c; in zend_register_stringl_constant()
209 zend_constant *c; in zend_get_special_constant()
248 zend_constant *c; in zend_get_constant_str_impl()
276 zend_constant *c; in zend_get_constant_impl()
[all …]
H A Dzend_constants.h38 } zend_constant; typedef
88 ZEND_API int zend_register_constant(zend_constant *c);
H A Dzend_execute.c3296 zend_constant *c = NULL; in _zend_quick_get_constant()
3300 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
3304 if (zv && (ZEND_CONSTANT_FLAGS((zend_constant*)Z_PTR_P(zv)) & CONST_CS) == 0) { in _zend_quick_get_constant()
3305 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
3311 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
3315 if (zv && (ZEND_CONSTANT_FLAGS((zend_constant*)Z_PTR_P(zv)) & CONST_CS) == 0) { in _zend_quick_get_constant()
3316 c = (zend_constant*)Z_PTR_P(zv); in _zend_quick_get_constant()
H A Dzend_builtin_functions.c842 zend_constant c; in ZEND_FUNCTION()
2066 zend_constant *constant = (zend_constant*)Z_PTR_P(item); in add_constant_info()
2113 zend_constant *val; in ZEND_FUNCTION()
H A Dzend_execute_API.c103 zend_constant *c = Z_PTR_P(zv); in clean_non_persistent_constant_full()
321 zend_constant *c = Z_PTR_P(zv); in shutdown_executor()
H A Dzend_compile.c1368 static zend_constant *zend_lookup_reserved_const(const char *name, size_t len) /* {{{ */ in zend_lookup_reserved_const()
1370 zend_constant *c = zend_hash_find_ptr_lc(EG(zend_constants), name, len); in zend_lookup_reserved_const()
1380 zend_constant *c; in zend_try_ct_eval_const()
H A Dzend_vm_def.h5080 zend_constant *c;
7062 zend_constant c;
7621 zend_constant *c;
H A Dzend_vm_execute.h3828 zend_constant *c;
5918 zend_constant c;
32063 zend_constant *c;
/PHP-7.3/
H A DUPGRADING.INTERNALS28 y. zend_constant
167 y. zend_constant.flags and zend_constant.module_number are packed into
168 reserved space inside zend_constant.value. They should be accessed using
H A D.gdbinit363 set $const = (zend_constant *)$p->val.value.ptr
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_info.c101 zend_constant *data; in PHPDBG_INFO()
H A Dphpdbg.c992 zend_constant ic, oc, ec; in phpdbg_register_file_handles()
/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c162 zend_constant c; in php_com_import_typelib()
/PHP-7.3/sapi/cli/
H A Dphp_cli.c562 zend_constant ic, oc, ec; in cli_register_file_handles()
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c653 zend_constant *c; in accel_copy_permanent_strings()
658 c = (zend_constant*)Z_PTR(p->val); in accel_copy_permanent_strings()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c923 zend_constant *constant = (zend_constant*)Z_PTR_P(el); in _extension_const_string()
5725 zend_constant *constant = (zend_constant*)Z_PTR_P(el); in _addconstant()
/PHP-7.3/ext/opcache/Optimizer/
H A Dblock_pass.c36 zend_constant *c; in zend_optimizer_get_persistent_constant()

Completed in 251 milliseconds