Lines Matching refs:wrapper_errors
154 if (!FG(wrapper_errors)) { in php_get_wrapper_errors_list()
157 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_get_wrapper_errors_list()
230 if (wrapper && FG(wrapper_errors)) { in php_stream_tidy_wrapper_error_log()
231 zend_hash_del(FG(wrapper_errors), (const char*)&wrapper, sizeof wrapper); in php_stream_tidy_wrapper_error_log()
254 if (!FG(wrapper_errors)) { in php_stream_wrapper_log_error()
255 ALLOC_HASHTABLE(FG(wrapper_errors)); in php_stream_wrapper_log_error()
256 zend_hash_init(FG(wrapper_errors), 8, NULL, in php_stream_wrapper_log_error()
259 zend_hash_find(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
266 zend_hash_update(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
1569 if (FG(wrapper_errors)) { in php_shutdown_stream_hashes()
1570 zend_hash_destroy(FG(wrapper_errors)); in php_shutdown_stream_hashes()
1571 efree(FG(wrapper_errors)); in php_shutdown_stream_hashes()
1572 FG(wrapper_errors) = NULL; in php_shutdown_stream_hashes()