Home
last modified time | relevance | path

Searched refs:file_sources (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c137 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
277 zend_hash_del(&PHPDBG_G(file_sources), ret->filename); in phpdbg_compile_file()
278 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
311 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
356 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
H A Dphpdbg.h281 HashTable file_sources; variable
H A Dphpdbg_prompt.c546 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
547 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
548 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile_stdin()
549 zend_hash_del(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
550 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
551 …zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "Standard input code", sizeof("Standard input co… in phpdbg_compile_stdin()
H A Dphpdbg.c204 zend_hash_init(&PHPDBG_G(file_sources), 0, NULL, php_phpdbg_destroy_file_source, 0); in PHP_MINIT_FUNCTION()
529 HashTable *files = &PHPDBG_G(file_sources); in PHP_FUNCTION()
601 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION()
887 zend_hash_destroy(&PHPDBG_G(file_sources)); in php_sapi_phpdbg_deactivate()
2105 …phpdbg_file_source *data = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(exec), PHPDBG_… in main()
H A Dphpdbg_bp.c277 … compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_le… in phpdbg_set_breakpoint_file()
279 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file()
318 ZEND_HASH_FOREACH_STR_KEY(&PHPDBG_G(file_sources), file) { in phpdbg_set_breakpoint_file()

Completed in 68 milliseconds