Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_object_handlers.c725 zval tmp_result; in zend_std_read_property() local
733 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
736 zend_std_call_issetter(zobj, name, &tmp_result); in zend_std_read_property()
739 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
742 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
746 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/PHP-7.4/ext/standard/
H A Dstring.c4363 zend_string *tmp_result, local
4430 tmp_result = php_char_to_str_ex(subject_str,
4442 tmp_result = php_str_to_str_ex(subject_str,
4451 tmp_result = php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str),
4467 if (subject_str == tmp_result) {
4471 subject_str = tmp_result;

Completed in 21 milliseconds