Searched refs:tmp_result (Results 1 – 2 of 2) sorted by relevance
610 zval tmp_result; in zend_std_read_property() local619 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()622 zend_std_call_issetter(&tmp_object, member, &tmp_result); in zend_std_read_property()625 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()628 zval_ptr_dtor(&tmp_result); in zend_std_read_property()632 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
3940 zend_string *tmp_result, local4011 tmp_result = php_char_to_str_ex(Z_STR_P(result),4023 tmp_result = php_str_to_str_ex(Z_STR_P(result),4032 tmp_result = php_str_to_str_i_ex(Z_STR_P(result), ZSTR_VAL(lc_subject_str),4048 ZVAL_STR(result, tmp_result);
Completed in 22 milliseconds