Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dvar_unserializer.c66 static inline zval **get_var_push_dtor_slot(php_unserialize_data_t *var_hashx) in get_var_push_dtor_slot() function
98 zval **slot = get_var_push_dtor_slot(var_hashx); in var_push_dtor()
494 zval **slot = get_var_push_dtor_slot(var_hash); in object_common2()
H A Dvar_unserializer.re64 static inline zval **get_var_push_dtor_slot(php_unserialize_data_t *var_hashx)
96 zval **slot = get_var_push_dtor_slot(var_hashx);
498 zval **slot = get_var_push_dtor_slot(var_hash);

Completed in 10 milliseconds