Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_execute.h1810 if (IS_UNUSED == IS_UNUSED) { in ZEND_FETCH_CLASS_SPEC_UNUSED_HANDLER()
5323 if (IS_UNUSED != IS_UNUSED) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
5619 if (IS_UNUSED != IS_UNUSED) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
5692 IS_UNUSED == IS_UNUSED && in ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER()
5718 if (IS_UNUSED != IS_UNUSED) { in ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER()
5769 IS_UNUSED == IS_UNUSED && in ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_UNUSED_HANDLER()
9665 if (IS_UNUSED != IS_UNUSED) { in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
9843 if (IS_UNUSED != IS_UNUSED) { in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
9916 IS_UNUSED == IS_UNUSED && in ZEND_UNSET_VAR_SPEC_TMP_UNUSED_HANDLER()
9942 if (IS_UNUSED != IS_UNUSED) { in ZEND_UNSET_VAR_SPEC_TMP_UNUSED_HANDLER()
[all …]
H A Dzend.c484 EG(exception_op)[0].op1_type = IS_UNUSED; in zend_init_exception_op()
485 EG(exception_op)[0].op2_type = IS_UNUSED; in zend_init_exception_op()
486 EG(exception_op)[0].result_type = IS_UNUSED; in zend_init_exception_op()
489 EG(exception_op)[1].op1_type = IS_UNUSED; in zend_init_exception_op()
490 EG(exception_op)[1].op2_type = IS_UNUSED; in zend_init_exception_op()
491 EG(exception_op)[1].result_type = IS_UNUSED; in zend_init_exception_op()
494 EG(exception_op)[2].op1_type = IS_UNUSED; in zend_init_exception_op()
495 EG(exception_op)[2].op2_type = IS_UNUSED; in zend_init_exception_op()
496 EG(exception_op)[2].result_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_language_parser.y398 /* empty */ { $$.op_type = IS_UNUSED; }
422 /* empty */ { $$.op_type = IS_UNUSED; }
465 /* empty */ { $$.op_type = IS_UNUSED; }
515 …optional_class_type T_VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_arg(ZEN…
516 …| optional_class_type '&' T_VARIABLE { $$.op_type = IS_UNUSED; $$.u.op.num=1; zend_do_receive_ar…
517 …| optional_class_type '&' T_VARIABLE '=' static_scalar { $$.op_type = IS_UNUSED; $$.u.op.num=1; …
518 …| optional_class_type T_VARIABLE '=' static_scalar { $$.op_type = IS_UNUSED; $$.u.op.num=1; zen…
527 /* empty */ { $$.op_type = IS_UNUSED; }
887 /* empty */ { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
888 | '(' ')' { memset(&$$, 0, sizeof(znode)); $$.op_type = IS_UNUSED; }
[all …]
H A Dzend_compile.c1730 switch_entry.cond.op_type = IS_UNUSED; in zend_do_begin_function_declaration()
1741 dummy_opline.op1_type = IS_UNUSED; in zend_do_begin_function_declaration()
2384 method_name->op_type = IS_UNUSED; in zend_do_begin_class_member_function_call()
2589 if (foreach_copy->result_type == IS_UNUSED && foreach_copy->op1_type == IS_UNUSED) { in generate_free_foreach_copy()
4469 opline->result_type = IS_UNUSED; in zend_do_early_binding()
4722 if (case_list->op_type==IS_UNUSED) { in zend_do_case_before_statement()
4767 if (case_list->op_type==IS_UNUSED) { in zend_do_default_before_statement()
6051 dummy_opline.op1_type = IS_UNUSED; in zend_do_foreach_begin()
6081 if (key->op_type != IS_UNUSED) { in zend_do_foreach_cont()
6125 foreach_copy->op1_type = IS_UNUSED; in zend_do_foreach_cont()
[all …]
H A Dzend_vm_def.h1022 if (OP2_TYPE != IS_UNUSED) {
1277 if (OP2_TYPE == IS_UNUSED) {
2028 if (OP1_TYPE == IS_UNUSED) {
2051 if (OP1_TYPE == IS_UNUSED) {
2079 if (OP1_TYPE == IS_UNUSED) {
2118 if (OP2_TYPE == IS_UNUSED) {
3464 if (OP1_TYPE == IS_UNUSED) {
3589 if (OP2_TYPE != IS_UNUSED) {
3644 if (OP1_TYPE == IS_UNUSED) {
3867 OP2_TYPE == IS_UNUSED &&
[all …]
H A Dzend_compile.h37 #define SET_UNUSED(op) op ## _type = IS_UNUSED
392 #define IS_UNUSED (1<<3) /* Unused variable */ macro
H A Dzend_execute.c361 case IS_UNUSED: in _get_zval_ptr()
472 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
497 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
/PHP-5.4/
H A D.gdbinit544 set $optype = "IS_UNUSED"
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c725 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1492 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2566 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()

Completed in 168 milliseconds