Lines Matching refs:Z_ISREF_P
260 if (Z_ISREF_P(op1)) { \
278 if (Z_ISREF_P(op2)) { \
949 if (Z_ISREF_P(op1)) { in add_function()
951 } else if (Z_ISREF_P(op2)) { in add_function()
996 if (Z_ISREF_P(op1)) { in sub_function()
998 } else if (Z_ISREF_P(op2)) { in sub_function()
1048 if (Z_ISREF_P(op1)) { in mul_function()
1050 } else if (Z_ISREF_P(op2)) { in mul_function()
1131 if (Z_ISREF_P(op1)) { in pow_function()
1133 } else if (Z_ISREF_P(op2)) { in pow_function()
1216 if (Z_ISREF_P(op1)) { in div_function()
1218 } else if (Z_ISREF_P(op2)) { in div_function()
1284 if (Z_ISREF_P(op1)) { in boolean_xor_function()
1304 if (Z_ISREF_P(op2)) { in boolean_xor_function()
1331 if (Z_ISREF_P(op1)) { in boolean_not_function()
1698 if (Z_ISREF_P(op1)) { in concat_function()
1720 if (Z_ISREF_P(op2)) { in concat_function()
1973 if (Z_ISREF_P(op1)) { in compare_function()
1976 } else if (Z_ISREF_P(op2)) { in compare_function()