Searched refs:wrapper_errors (Results 1 – 2 of 2) sorted by relevance
104 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */ member
145 if (!FG(wrapper_errors)) { in php_get_wrapper_errors_list()225 if (wrapper && FG(wrapper_errors)) { in php_stream_tidy_wrapper_error_log()226 zend_hash_str_del(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); in php_stream_tidy_wrapper_error_log()255 if (!FG(wrapper_errors)) { in php_stream_wrapper_log_error()256 ALLOC_HASHTABLE(FG(wrapper_errors)); in php_stream_wrapper_log_error()257 zend_hash_init(FG(wrapper_errors), 8, NULL, wrapper_list_dtor, 0); in php_stream_wrapper_log_error()265 list = zend_hash_str_update_mem(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()1849 if (FG(wrapper_errors)) { in php_shutdown_stream_hashes()1850 zend_hash_destroy(FG(wrapper_errors)); in php_shutdown_stream_hashes()1851 efree(FG(wrapper_errors)); in php_shutdown_stream_hashes()[all …]
Completed in 33 milliseconds