Home
last modified time | relevance | path

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

/PHP-7.0/ext/reflection/tests/
H A D014.phpt8 $consts = $ext->getConstants();
9 var_dump($consts["CONNECTION_NORMAL"]);
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt12 foreach ($constants as $group => $consts) {
13 foreach ($consts as $name => $value) {
H A Dmysqli_constants.phpt214 foreach ($constants as $group => $consts) {
215 foreach ($consts as $name => $value) {
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/PHP-7.0/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.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.h305 struct sljit_const *consts; member
H A DsljitNativeARM_32.c608 const_ = compiler->consts; in sljit_generate_code()
773 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeSPARC_common.c297 const_ = compiler->consts; in sljit_generate_code()
H A DsljitLir.c619 compiler->consts = const_; in set_const()
H A DsljitNativeARM_64.c233 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c367 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeMIPS_common.c385 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativePPC_common.c350 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1022 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeX86_common.c473 const_ = compiler->consts; in sljit_generate_code()

Completed in 73 milliseconds