Home
last modified time | relevance | path

Searched refs:IS_CONST (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_language_parser.y467 | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_NULL;}
570 …/* empty */ { $$.op_type = IS_CONST; Z_TYPE($$.u.constant) = IS_BOOL; Z_LVAL($$.u.constant) = …
617 …($2.op_type == IS_CONST) { add_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC);…
618 …($2.op_type == IS_CONST) { sub_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC);…
698 T_STATIC { $$.op_type = IS_CONST; ZVAL_STRINGL(&$$.u.constant, "static", sizeof("static")-1, 1);}
700 …| T_NAMESPACE T_NS_SEPARATOR namespace_name { $$.op_type = IS_CONST; ZVAL_EMPTY_STRING(&$$.u.const…
706 …| T_NAMESPACE T_NS_SEPARATOR namespace_name { $$.op_type = IS_CONST; ZVAL_EMPTY_STRING(&$$.u.const…
743 … empty */ { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST; }
799 /* empty */ { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); }
811 …| static_scalar T_DOUBLE_ARROW static_scalar { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); …
[all …]
H A Dzend_opcode.c251 if (opline->op1.op_type==IS_CONST) { in destroy_op_array()
257 if (opline->op2.op_type==IS_CONST) { in destroy_op_array()
387 if (opline->op1.op_type == IS_CONST) { in pass_two()
391 if (opline->op2.op_type == IS_CONST) { in pass_two()
H A Dzend_compile.c1721 tmp.op_type = IS_CONST; in zend_resolve_non_class_name()
1777 tmp.op_type = IS_CONST; in zend_resolve_class_name()
1792 tmp.op_type = IS_CONST; in zend_resolve_class_name()
1811 tmp.op_type = IS_CONST; in zend_resolve_class_name()
3417 tmp.op_type = IS_CONST; in zend_do_begin_class_declaration()
3909 result->op_type = IS_CONST; in zend_constant_ct_subst()
4013 case IS_CONST: in zend_do_shell_exec()
4294 value.op_type = IS_CONST; in zend_do_fetch_lexical_variable()
4752 result->op_type = IS_CONST; in zend_do_exit()
5109 tmp.op_type = IS_CONST; in zend_do_build_namespace_name()
[all …]
H A Dzend_vm_execute.h755 if (IS_CONST == IS_CONST) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
762 if (IS_CONST != IS_CONST && IS_CONST != IS_TMP_VAR && in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1646 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) { in ZEND_RETURN_SPEC_CONST_HANDLER()
1789 if (IS_CONST == IS_CONST || in ZEND_CLONE_SPEC_CONST_HANDLER()
2682 if (IS_CONST == IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
2706 if (IS_CONST == IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
2731 if (IS_CONST != IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3259 if (IS_CONST == IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3728 if (IS_CONST == IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
3953 if (IS_CONST == IS_CONST) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
[all …]
H A Dzend_vm_def.h989 if (OP1_TYPE != IS_CONST && varname == &tmp_varname) {
1979 if (OP1_TYPE == IS_CONST) {
2003 if (OP2_TYPE == IS_CONST) {
2028 if (OP2_TYPE != IS_CONST) {
2081 if (OP2_TYPE == IS_CONST) {
2088 if (OP2_TYPE != IS_CONST && OP2_TYPE != IS_TMP_VAR &&
2460 if (OP1_TYPE == IS_CONST || OP1_TYPE == IS_TMP_VAR) {
2500 if (OP1_TYPE == IS_CONST ||
2966 if (OP1_TYPE == IS_CONST ||
3042 if (OP1_TYPE == IS_CONST) {
[all …]
H A Dzend_execute.c263 case IS_CONST: in _get_zval_ptr()
573 } else if (value_op->op_type == IS_CONST) { in zend_assign_to_object()
594 } else if (value_op->op_type == IS_CONST) { in zend_assign_to_object()
H A Dzend_execute_API.c1268 ret_opline->op1.op_type = IS_CONST; in execute_new_code()
1280 if (opline->op1.op_type == IS_CONST) { in execute_new_code()
1284 if (opline->op2.op_type == IS_CONST) { in execute_new_code()
H A Dzend_compile.h333 #define IS_CONST (1<<0) macro
H A Dzend_language_scanner.l342 retval_znode.op_type = IS_CONST; in END_EXTERN_C()
H A Dzend_language_scanner.c344 retval_znode.op_type = IS_CONST; in END_EXTERN_C()
/PHP-5.3/Zend/tests/
H A Dobject_handlers.phpt39 // IS_CONST
57 // IS_CONST + conversion
/PHP-5.3/
H A D.gdbinit430 set $optype = "IS_CONST"

Completed in 141 milliseconds