Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute_API.c124 ZEND_API int clean_non_persistent_class_full(zval *zv) /* {{{ */ in clean_non_persistent_class_full() function
370 zend_hash_reverse_apply(EG(class_table), clean_non_persistent_class_full); in shutdown_executor()
H A Dzend_compile.h773 ZEND_API int clean_non_persistent_class_full(zval *zv);
H A Dzend.c874 zend_hash_reverse_apply(GLOBAL_CLASS_TABLE, (apply_func_t) clean_non_persistent_class_full); in zend_shutdown()

Completed in 42 milliseconds