Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_object_handlers.c610 zval tmp_result; in zend_std_read_property() local
619 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
622 zend_std_call_issetter(&tmp_object, member, &tmp_result); in zend_std_read_property()
625 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
628 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
632 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/PHP-7.2/ext/standard/
H A Dstring.c3940 zend_string *tmp_result, local
4011 tmp_result = php_char_to_str_ex(Z_STR_P(result),
4023 tmp_result = php_str_to_str_ex(Z_STR_P(result),
4032 tmp_result = php_str_to_str_i_ex(Z_STR_P(result), ZSTR_VAL(lc_subject_str),
4048 ZVAL_STR(result, tmp_result);

Completed in 22 milliseconds