Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_object_handlers.c617 zval tmp_result; in zend_std_read_property() local
626 ZVAL_UNDEF(&tmp_result); in zend_std_read_property()
629 zend_std_call_issetter(&tmp_object, member, &tmp_result); in zend_std_read_property()
632 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()
635 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
639 zval_ptr_dtor(&tmp_result); in zend_std_read_property()
/PHP-7.1/ext/standard/
H A Dstring.c3882 zend_string *tmp_result, local
3953 tmp_result = php_char_to_str_ex(Z_STR_P(result),
3965 tmp_result = php_str_to_str_ex(Z_STR_P(result),
3974 tmp_result = php_str_to_str_i_ex(Z_STR_P(result), ZSTR_VAL(lc_subject_str),
3990 ZVAL_STR(result, tmp_result);

Completed in 20 milliseconds