Home
last modified time | relevance | path

Searched refs:RETURN_VALUE_UNUSED (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_vm_execute.h9497 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CONST()
11307 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_VAR_TMP()
13061 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_VAR_VAR()
14622 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_VAR_UNUSED()
15461 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_VAR_CV()
17093 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CONST()
18209 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_TMP()
19268 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_VAR()
20327 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_UNUSED()
20589 if (!RETURN_VALUE_UNUSED(result)) { in zend_binary_assign_op_obj_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_vm_def.h319 if (!RETURN_VALUE_UNUSED(result)) {
339 if (!RETURN_VALUE_UNUSED(result)) {
378 if (!RETURN_VALUE_UNUSED(result)) {
386 if (!RETURN_VALUE_UNUSED(result)) {
452 if (!RETURN_VALUE_UNUSED(&opline->result)) {
475 if (!RETURN_VALUE_UNUSED(&opline->result)) {
564 if (!RETURN_VALUE_UNUSED(&opline->result)) {
769 if (!RETURN_VALUE_UNUSED(&opline->result)) {
810 if (!RETURN_VALUE_UNUSED(&opline->result)) {
992 if (!RETURN_VALUE_UNUSED(&opline->result)) {
[all …]
H A Dzend_execute.c99 #define RETURN_VALUE_UNUSED(pzn) (((pzn)->u.EA.type & EXT_TYPE_UNUSED)) macro
100 #define SELECTIVE_PZVAL_LOCK(pzv, pzn) if (!RETURN_VALUE_UNUSED(pzn)) { PZVAL_LOCK(pzv); }
527 if (!RETURN_VALUE_UNUSED(result)) { in zend_assign_to_object()
556 if (!RETURN_VALUE_UNUSED(result)) { in zend_assign_to_object()
588 if (!RETURN_VALUE_UNUSED(result)) { in zend_assign_to_object()
609 if (!RETURN_VALUE_UNUSED(result) && !EG(exception)) { in zend_assign_to_object()

Completed in 107 milliseconds