Searched refs:tmp_zval (Results 1 – 2 of 2) sorted by relevance
105 zval tmp_zval; in ZEND_METHOD() local106 INIT_ZVAL(tmp_zval); in ZEND_METHOD()112 tmp_zval = *scope_arg; in ZEND_METHOD()113 zval_copy_ctor(&tmp_zval); in ZEND_METHOD()114 convert_to_string(&tmp_zval); in ZEND_METHOD()115 class_name = Z_STRVAL(tmp_zval); in ZEND_METHOD()116 class_name_len = Z_STRLEN(tmp_zval); in ZEND_METHOD()125 zval_dtor(&tmp_zval); in ZEND_METHOD()130 zval_dtor(&tmp_zval); in ZEND_METHOD()
2795 zval *tmp_zval; in function_add_ref() local2799 …_variables, static_variables, (copy_ctor_func_t) zval_add_ref, (void *) &tmp_zval, sizeof(zval *)); in function_add_ref()
Completed in 24 milliseconds