Home
last modified time | relevance | path

Searched refs:ZEND_CALL_CTOR_RESULT_UNUSED (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_compile.h453 #define ZEND_CALL_CTOR_RESULT_UNUSED (1 << 4) macro
H A Dzend_vm_def.h2393 if (!(EX(opline)->op1.num & ZEND_CALL_CTOR_RESULT_UNUSED)) {
2396 if (!(call_info & ZEND_CALL_CTOR_RESULT_UNUSED)) {
3911 if (!(opline->op1.num & ZEND_CALL_CTOR_RESULT_UNUSED)) {
3914 if (!(ZEND_CALL_INFO(call) & ZEND_CALL_CTOR_RESULT_UNUSED)) {
4979 (EXPECTED(RETURN_VALUE_USED(opline)) ? 0 : ZEND_CALL_CTOR_RESULT_UNUSED),
H A Dzend_execute.c2547 if (!(ZEND_CALL_INFO(call) & ZEND_CALL_CTOR_RESULT_UNUSED)) { in cleanup_unfinished_calls()
H A Dzend_compile.c674 opline->op1.num |= ZEND_CALL_CTOR_RESULT_UNUSED; in zend_do_free()
H A Dzend_vm_execute.h484 if (!(EX(opline)->op1.num & ZEND_CALL_CTOR_RESULT_UNUSED)) {
487 if (!(call_info & ZEND_CALL_CTOR_RESULT_UNUSED)) {
909 if (!(opline->op1.num & ZEND_CALL_CTOR_RESULT_UNUSED)) {
912 if (!(ZEND_CALL_INFO(call) & ZEND_CALL_CTOR_RESULT_UNUSED)) {
3394 (EXPECTED(RETURN_VALUE_USED(opline)) ? 0 : ZEND_CALL_CTOR_RESULT_UNUSED),
15614 (EXPECTED(RETURN_VALUE_USED(opline)) ? 0 : ZEND_CALL_CTOR_RESULT_UNUSED),

Completed in 184 milliseconds