Searched refs:tmp_free (Results 1 – 1 of 1) sorted by relevance
1997 zval *op_free, tmp_free; in compare_function() local2110 ZVAL_UNDEF(&tmp_free); in compare_function()2111 …if (Z_OBJ_HT_P(op1)->cast_object(op1, &tmp_free, ((Z_TYPE_P(op2) == IS_FALSE || Z_TYPE_P(op2) == I… in compare_function()2113 zend_free_obj_get_result(&tmp_free); in compare_function()2116 ret = compare_function(result, &tmp_free, op2); in compare_function()2117 zend_free_obj_get_result(&tmp_free); in compare_function()2129 ZVAL_UNDEF(&tmp_free); in compare_function()2130 …if (Z_OBJ_HT_P(op2)->cast_object(op2, &tmp_free, ((Z_TYPE_P(op1) == IS_FALSE || Z_TYPE_P(op1) == I… in compare_function()2132 zend_free_obj_get_result(&tmp_free); in compare_function()2135 ret = compare_function(result, op1, &tmp_free); in compare_function()[all …]
Completed in 10 milliseconds