Home
last modified time | relevance | path

Searched refs:IS_UNUSED (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/Zend/
H A Dzend.c467 EG(exception_op)[0].op1.op_type = IS_UNUSED; in zend_init_exception_op()
468 EG(exception_op)[0].op2.op_type = IS_UNUSED; in zend_init_exception_op()
469 EG(exception_op)[0].result.op_type = IS_UNUSED; in zend_init_exception_op()
472 EG(exception_op)[1].op1.op_type = IS_UNUSED; in zend_init_exception_op()
473 EG(exception_op)[1].op2.op_type = IS_UNUSED; in zend_init_exception_op()
474 EG(exception_op)[1].result.op_type = IS_UNUSED; in zend_init_exception_op()
477 EG(exception_op)[2].op1.op_type = IS_UNUSED; in zend_init_exception_op()
478 EG(exception_op)[2].op2.op_type = IS_UNUSED; in zend_init_exception_op()
479 EG(exception_op)[2].result.op_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_vm_execute.h1139 if (IS_UNUSED == IS_UNUSED) { in ZEND_FETCH_CLASS_SPEC_UNUSED_HANDLER()
3972 if(IS_UNUSED != IS_UNUSED) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
15026 if(IS_UNUSED != IS_UNUSED) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
17052 if (IS_UNUSED != IS_UNUSED) { in ZEND_EXIT_SPEC_UNUSED_HANDLER()
17752 if (IS_UNUSED == IS_UNUSED) { in ZEND_ADD_CHAR_SPEC_UNUSED_CONST_HANDLER()
17772 if (IS_UNUSED == IS_UNUSED) { in ZEND_ADD_STRING_SPEC_UNUSED_CONST_HANDLER()
17846 if (IS_UNUSED == IS_UNUSED) { in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER()
17907 if (IS_UNUSED == IS_UNUSED) { in ZEND_INIT_ARRAY_SPEC_UNUSED_CONST_HANDLER()
18873 if (IS_UNUSED == IS_UNUSED) { in ZEND_ADD_VAR_SPEC_UNUSED_TMP_HANDLER()
18966 if (IS_UNUSED == IS_UNUSED) { in ZEND_INIT_ARRAY_SPEC_UNUSED_TMP_HANDLER()
[all …]
H A Dzend_language_parser.y336 /* empty */ { $$.op_type = IS_UNUSED; }
360 /* empty */ { $$.op_type = IS_UNUSED; }
403 /* empty */ { $$.op_type = IS_UNUSED; }
465 /* empty */ { $$.op_type = IS_UNUSED; }
737 /* empty */ { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
738 | '(' ')' { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
901 /* empty */ { $$.op_type = IS_UNUSED; }
H A Dzend_compile.c1376 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
1387 dummy_opline.op1.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
1521 if (class_type->op_type != IS_UNUSED) { in zend_do_receive_arg()
2201 if (foreach_copy->result.op_type == IS_UNUSED && foreach_copy->op1.op_type == IS_UNUSED) { in generate_free_foreach_copy()
3087 opline->result.op_type = IS_UNUSED; in zend_do_early_binding()
3334 if (case_list->op_type==IS_UNUSED) { in zend_do_case_before_statement()
3379 if (case_list->op_type==IS_UNUSED) { in zend_do_default_before_statement()
4534 tmp.op_type = IS_UNUSED; in zend_do_foreach_begin()
4565 if (key->op_type != IS_UNUSED) { in zend_do_foreach_cont()
4605 foreach_copy->op1.op_type = IS_UNUSED; in zend_do_foreach_cont()
[all …]
H A Dzend_execute.c274 case IS_UNUSED: in _get_zval_ptr()
335 if (op->op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
360 if (op->op_type == IS_UNUSED) { in _get_obj_zval_ptr()
H A Dzend_compile.h37 #define SET_UNUSED(op) (op).op_type = IS_UNUSED
336 #define IS_UNUSED (1<<3) /* Unused variable */ macro
H A Dzend_vm_def.h1169 if (OP2_TYPE == IS_UNUSED) {
1813 if (OP1_TYPE == IS_UNUSED) {
1833 if (OP1_TYPE == IS_UNUSED) {
1857 if (OP1_TYPE == IS_UNUSED) {
1894 if (OP2_TYPE == IS_UNUSED) {
1998 if(OP2_TYPE != IS_UNUSED) {
3018 if (OP1_TYPE == IS_UNUSED) {
3158 if (OP1_TYPE == IS_UNUSED) {
3160 #if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED
4090 #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED)
[all …]
/PHP-5.3/
H A D.gdbinit439 set $optype = "IS_UNUSED"
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c702 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2.op_type != IS_UNUSED) { in _parameter_string()
2384 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2.op_type == IS_UNUSED) { in ZEND_METHOD()
2410 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2.op_type == IS_UNUSED) { in ZEND_METHOD()

Completed in 152 milliseconds