Searched refs:tmp_result (Results 1 – 2 of 2) sorted by relevance
861 zval tmp_result; in zend_std_read_property() local866 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()869 zend_std_call_issetter(zobj, name, &tmp_result); in zend_std_read_property()872 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()875 zval_ptr_dtor(&tmp_result); in zend_std_read_property()879 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
4311 zend_string *tmp_result; local4383 tmp_result = php_char_to_str_ex(subject_str,4395 tmp_result = php_str_to_str_ex(subject_str,4404 tmp_result = php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str),4420 if (subject_str == tmp_result) {4424 subject_str = tmp_result;
Completed in 38 milliseconds