Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c18 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
32 if (ZEND_OP2_TYPE(opline) == IS_CONST) {
42 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
55 if (ZEND_OP2_TYPE(opline) == IS_CONST) {
63 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
74 if (ZEND_OP2_TYPE(opline) == IS_CONST) {
91 } else if (ZEND_OP1_TYPE(opline) == IS_CONST) {
105 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
140 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
163 if (ZEND_OP2_TYPE(opline) != IS_CONST) {
H A Dpass1_5.c34 if (ZEND_OP1_TYPE(opline) == IS_CONST &&
35 ZEND_OP2_TYPE(opline) == IS_CONST) {
68 if (ZEND_OP1_TYPE(opline) == IS_CONST &&
108 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
210 ZEND_OP2_TYPE(opline) == IS_CONST &&
234 ZEND_OP2_TYPE(opline) == IS_CONST &&
252 ZEND_OP2_TYPE(opline) == IS_CONST) {
277 opline->op1_type == IS_CONST &&
H A Doptimize_temp_vars_5.c97 if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR | IS_CONST)) {
119 … ((op_const_means_class[opline->opcode] & OP1_CONST_IS_CLASS) && ZEND_OP1_TYPE(opline) == IS_CONST)
140 … ((op_const_means_class[opline->opcode] & OP2_CONST_IS_CLASS) && ZEND_OP2_TYPE(opline) == IS_CONST)
181 if (ZEND_RESULT_TYPE(opline) & (IS_VAR | IS_TMP_VAR | IS_CONST)) {
H A Dblock_pass.c673 ZEND_OP1_TYPE(opline) = IS_CONST; in zend_optimize_block()
680 ZEND_OP2_TYPE(opline) = IS_CONST; in zend_optimize_block()
713 if (ZEND_OP1_TYPE(src) == IS_CONST) { in zend_optimize_block()
748 ZEND_OP1_TYPE(opline) = IS_CONST; in zend_optimize_block()
759 ZEND_OP1_TYPE(opline) = IS_CONST; in zend_optimize_block()
769 ZEND_OP1_TYPE(opline) = IS_CONST; in zend_optimize_block()
777 ZEND_OP1_TYPE(opline) = IS_CONST; in zend_optimize_block()
902 ZEND_OP1_TYPE(opline) == IS_CONST && in zend_optimize_block()
938 ZEND_OP2_TYPE(opline) == IS_CONST && in zend_optimize_block()
1011 ZEND_OP1_TYPE(opline)==IS_CONST && in zend_optimize_block()
[all …]
H A Dzend_optimizer.c122 ZEND_OP1_TYPE(opline) = IS_CONST; in update_op1_const()
160 ZEND_OP2_TYPE(opline) = IS_CONST; in update_op2_const()
H A Dpass3.c82 if (opline->opcode != ZEND_ADD || ZEND_OP1_TYPE(opline) == IS_CONST) {
/PHP-5.5/Zend/
H A Dzend_vm_execute.h1200 if (IS_CONST == IS_CONST) { in ZEND_FETCH_CLASS_SPEC_CONST_HANDLER()
1229 if (IS_CONST == IS_CONST) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
2389 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR) { in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER()
4143 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
4175 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
4836 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_TMP_HANDLER()
5856 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_VAR_HANDLER()
6588 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER()
7340 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_CONST_CV_HANDLER()
9403 if (IS_CONST == IS_CONST || IS_CONST == IS_TMP_VAR in ZEND_YIELD_SPEC_TMP_CONST_HANDLER()
[all …]
H A Dzend_language_parser.y539 | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_ARRAY; }
540 | T_CALLABLE { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_CALLABLE; }
703 …/* empty */ { $$.op_type = IS_CONST; Z_TYPE($$.u.constant) = IS_BOOL; Z_LVAL($$.u.constant) = …
775 …($2.op_type == IS_CONST) { add_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC);…
776 …($2.op_type == IS_CONST) { sub_function(&$2.u.constant, &$1.u.constant, &$2.u.constant TSRMLS_CC);…
872 T_STATIC { $$.op_type = IS_CONST; ZVAL_STRINGL(&$$.u.constant, "static", sizeof("static")-1, 1);}
874 …| T_NAMESPACE T_NS_SEPARATOR namespace_name { $$.op_type = IS_CONST; ZVAL_EMPTY_STRING(&$$.u.const…
917 … empty */ { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST; }
941 …D_HEREDOC { ZVAL_EMPTY_STRING(&$$.u.constant); INIT_PZVAL(&$$.u.constant); $$.op_type = IS_CONST; }
978 /* empty */ { $$.op_type = IS_CONST; INIT_PZVAL(&$$.u.constant); array_init(&$$.u.constant); }
[all …]
H A Dzend_vm_def.h1033 if (OP2_TYPE == IS_CONST) {
1061 if (OP1_TYPE == IS_CONST) {
2398 if (OP2_TYPE == IS_CONST) {
2435 if (OP2_TYPE != IS_CONST &&
2452 if (OP2_TYPE != IS_CONST ||
2512 if (OP1_TYPE == IS_CONST) {
2537 if (OP1_TYPE == IS_CONST &&
2538 OP2_TYPE == IS_CONST &&
2550 if (OP2_TYPE == IS_CONST) {
2632 if (OP2_TYPE == IS_CONST) {
[all …]
H A Dzend_compile.c738 opline.op1_type = IS_CONST; in zend_do_fetch_static_member()
743 opline.op2_type = IS_CONST; in zend_do_fetch_static_member()
2103 tmp.op_type = IS_CONST; in zend_resolve_non_class_name()
2212 tmp.op_type = IS_CONST; in zend_resolve_class_name()
2227 tmp.op_type = IS_CONST; in zend_resolve_class_name()
2246 tmp.op_type = IS_CONST; in zend_resolve_class_name()
5013 tmp.op_type = IS_CONST; in zend_do_begin_class_declaration()
5701 case IS_CONST: in zend_do_shell_exec()
6043 value.op_type = IS_CONST; in zend_do_fetch_lexical_variable()
6925 tmp.op_type = IS_CONST; in zend_do_build_namespace_name()
[all …]
H A Dzend_opcode.c753 if (opline->op1_type == IS_CONST) { in pass_two()
756 if (opline->op2_type == IS_CONST) { in pass_two()
780 if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { in pass_two()
H A Dzend_execute.c352 case IS_CONST: in _get_zval_ptr()
712 } else if (value_type == IS_CONST) { in zend_assign_to_object()
733 } else if (value_type == IS_CONST) { in zend_assign_to_object()
1012 if (dim_type == IS_CONST) { in zend_fetch_dimension_address_inner()
H A Dzend_execute_API.c1259 ret_opline->op1_type = IS_CONST; in execute_new_code()
1271 if (opline->op1_type == IS_CONST) { in execute_new_code()
1274 if (opline->op2_type == IS_CONST) { in execute_new_code()
H A Dzend_compile.h410 #define IS_CONST (1<<0) macro
H A Dzend_language_scanner.l564 retval_znode.op_type = IS_CONST; in END_EXTERN_C()
H A Dzend_language_scanner.c566 retval_znode.op_type = IS_CONST; in END_EXTERN_C()
/PHP-5.5/Zend/tests/
H A Dobject_handlers.phpt39 // IS_CONST
57 // IS_CONST + conversion
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c161 if (opline->op1.op_type == IS_CONST) {
164 if (opline->op2.op_type == IS_CONST) {
H A Dzend_persist.c253 if (ZEND_OP1_TYPE(opline) == IS_CONST) {
261 if (ZEND_OP2_TYPE(opline) == IS_CONST) {
H A DZendAccelerator.c1822 if (opline->op1.op_type == IS_CONST) {
/PHP-5.5/
H A D.gdbinit535 set $optype = "IS_CONST"

Completed in 349 milliseconds