Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c860 zval tmp_result; in zend_std_read_property() local
865 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
868 zend_std_call_issetter(zobj, name, &tmp_result); in zend_std_read_property()
871 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
874 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
878 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/php-src/ext/standard/
H A Dstring.c4311 zend_string *tmp_result; local
4383 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 23 milliseconds