Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_globals.h82 HashTable filenames_table; member
H A Dzend_compile.c371 zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0); in init_compiler()
381 zend_hash_destroy(&CG(filenames_table)); in shutdown_compiler()
390 if ((p = zend_hash_find(&CG(filenames_table), new_compiled_filename))) { in zend_set_compiled_filename()
398 zend_hash_add_new(&CG(filenames_table), new_compiled_filename, &rv); in zend_set_compiled_filename()

Completed in 26 milliseconds