Home
last modified time | relevance | path

Searched refs:consts (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A D014.phpt6 $consts = $ext->getConstants();
7 var_dump($consts["CONNECTION_NORMAL"]);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt12 foreach ($constants as $group => $consts) {
13 foreach ($consts as $name => $value) {
H A Dmysqli_constants.phpt217 foreach ($constants as $group => $consts) {
218 foreach ($consts as $name => $value) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c100 HashTable consts; in PHPDBG_INFO() local
103 zend_hash_init(&consts, 8, NULL, NULL, 0); in PHPDBG_INFO()
109 zend_hash_update_ptr(&consts, data->name, data); in PHPDBG_INFO()
117 …tice("constantinfo", "num=\"%d\"", "User-defined constants (%d)", zend_hash_num_elements(&consts)); in PHPDBG_INFO()
119 if (zend_hash_num_elements(&consts)) { in PHPDBG_INFO()
121 ZEND_HASH_FOREACH_PTR(&consts, data) { in PHPDBG_INFO()
/PHP-7.4/ext/opcache/tests/
H A Dbug78014.phpt2 Bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h381 struct sljit_const *consts; member
H A DsljitNativeARM_32.c635 const_ = compiler->consts; in sljit_generate_code()
814 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeSPARC_common.c325 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeARM_64.c267 const_ = compiler->consts; in sljit_generate_code()
H A DsljitLir.c717 compiler->consts = const_; in set_const()
H A DsljitNativeTILEGX_64.c1022 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeMIPS_common.c534 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c391 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativePPC_common.c418 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeX86_common.c516 const_ = compiler->consts; in sljit_generate_code()

Completed in 67 milliseconds