Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_object_handlers.c657 zval tmp_result; in zend_std_read_property() local
665 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
668 zend_std_call_issetter(zobj, name, &tmp_result); in zend_std_read_property()
671 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
674 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
678 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/PHP-8.1/ext/standard/
H A Dstring.c4129 zend_string *tmp_result; local
4191 tmp_result = php_char_to_str_ex(subject_str,
4203 tmp_result = php_str_to_str_ex(subject_str,
4212 tmp_result = php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str),
4228 if (subject_str == tmp_result) {
4232 subject_str = tmp_result;

Completed in 22 milliseconds