Home
last modified time | relevance | path

Searched refs:CONSTANT (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/RFCs/
H A D002.txt51 Constant: Namespace:CONSTANT
61 Constant: :CONSTANT
75 Constant: Name:Space:CONSTANT
/PHP-5.5/Zend/
H A Dzend_compile.c36 #define CONSTANT(op) \ macro
51 (target)->u.constant = CONSTANT(src.constant); \
64 if (IS_INTERNED(Z_STRVAL(CONSTANT(num)))) { \
65 Z_HASH_P(&CONSTANT(num)) = INTERNED_HASH(Z_STRVAL(CONSTANT(num))); \
67 Z_HASH_P(&CONSTANT(num)) = zend_hash_func(Z_STRVAL(CONSTANT(num)), Z_STRLEN(CONSTANT(num))+1); \
830 …ZEND_HANDLE_NUMERIC_EX(Z_STRVAL(CONSTANT(opline.op2.constant)), Z_STRLEN(CONSTANT(opline.op2.const… in fetch_array_dim()
832 zval_dtor(&CONSTANT(opline.op2.constant)); in fetch_array_dim()
1718 …Z_HASH_P(&CONSTANT(opline->op1.constant)) = zend_hash_func(Z_STRVAL(CONSTANT(opline->op1.constant)… in zend_do_begin_function_declaration()
1992 name = CONSTANT(last_op->op2.constant); in zend_do_begin_method_call()
4704 …ash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1.const… in zend_do_early_binding()
[all …]
H A Dzend_ini_scanner.l495 <ST_SECTION_VALUE,ST_VALUE,ST_OFFSET>{CONSTANT} { /* Get constant option value */
/PHP-5.5/ext/interbase/tests/
H A D003.phpt160 ["CONSTANT"]=>

Completed in 29 milliseconds