Home
last modified time | relevance | path

Searched refs:tmp_result (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_object_handlers.c607 zval tmp_result; in zend_std_read_property() local
615 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
618 zend_std_call_issetter(zobj, name, &tmp_result); in zend_std_read_property()
621 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
624 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
628 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/PHP-8.0/ext/standard/
H A Dstring.c4062 zend_string *tmp_result; local
4124 tmp_result = php_char_to_str_ex(subject_str,
4136 tmp_result = php_str_to_str_ex(subject_str,
4145 tmp_result = php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str),
4161 if (subject_str == tmp_result) {
4165 subject_str = tmp_result;

Completed in 28 milliseconds