Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_globals.h80 HashTable filenames_table; member
H A Dzend_compile.c365 zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0); in init_compiler()
378 zend_hash_destroy(&CG(filenames_table)); in shutdown_compiler()
398 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
406 zend_hash_add_new(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()

Completed in 44 milliseconds