Searched refs:wrapper_errors (Results 1 – 2 of 2) sorted by relevance
142 if (!FG(wrapper_errors)) { in php_get_wrapper_errors_list()216 if (wrapper && FG(wrapper_errors)) { in php_stream_tidy_wrapper_error_log()217 zend_hash_str_del(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); in php_stream_tidy_wrapper_error_log()246 if (!FG(wrapper_errors)) { in php_stream_wrapper_log_error()247 ALLOC_HASHTABLE(FG(wrapper_errors)); in php_stream_wrapper_log_error()248 zend_hash_init(FG(wrapper_errors), 8, NULL, wrapper_list_dtor, 0); in php_stream_wrapper_log_error()256 list = zend_hash_str_update_mem(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()1642 if (FG(wrapper_errors)) { in php_shutdown_stream_hashes()1643 zend_hash_destroy(FG(wrapper_errors)); in php_shutdown_stream_hashes()1644 efree(FG(wrapper_errors)); in php_shutdown_stream_hashes()[all …]
130 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */ member
Completed in 14 milliseconds