Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c135 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
274 zend_hash_del(&PHPDBG_G(file_sources), ret->filename); in phpdbg_compile_file()
275 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
308 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
353 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
H A Dphpdbg.h279 HashTable file_sources; variable
H A Dphpdbg_prompt.c538 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
539 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
540 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile_stdin()
541 zend_hash_del(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
542 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
543 …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()
548 HashTable *files = &PHPDBG_G(file_sources); in PHP_FUNCTION()
620 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION()
836 zend_hash_destroy(&PHPDBG_G(file_sources)); in php_sapi_phpdbg_deactivate()
2045 …phpdbg_file_source *data = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(exec), PHPDBG_… in main()
H A Dphpdbg_bp.c275 … compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_le… in phpdbg_set_breakpoint_file()
277 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file()
316 ZEND_HASH_FOREACH_STR_KEY(&PHPDBG_G(file_sources), file) { in phpdbg_set_breakpoint_file()

Completed in 30 milliseconds