Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c2518 static HashTable *php_uv_get_debug_info(zend_object *object, int *is_temp) { argument
2521 static HashTable *php_uv_get_debug_info(zval *object, int *is_temp) {
2524 HashTable *ht = zend_std_get_debug_info(object, is_temp);
2526 if (!*is_temp) {
2529 *is_temp = 1;

Completed in 18 milliseconds