Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_globals.h84 HashTable filenames_table; member
H A Dzend_compile.c341 zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0); in init_compiler()
351 zend_hash_destroy(&CG(filenames_table)); in shutdown_compiler()
361 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
368 zend_hash_update(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()

Completed in 55 milliseconds