Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c137 if (!(data = zend_hash_find_ptr(&PHPDBG_G(file_sources), filename))) { in phpdbg_list_file()
286 zend_hash_add_ptr(&PHPDBG_G(file_sources), ret->filename, dataptr); in phpdbg_compile_file()
322 dataptr = zend_hash_find_ptr(&PHPDBG_G(file_sources), op_array->filename); in phpdbg_init_compile_file()
367 zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr); in phpdbg_compile_string()
394 zend_hash_init(&PHPDBG_G(file_sources), 1, NULL, (dtor_func_t) phpdbg_free_file_source, 0); in phpdbg_init_list()
H A Dphpdbg_prompt.c549 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
550 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin()
551 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile_stdin()
552 zend_hash_del(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
553 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
554 zend_hash_str_update_ptr(&PHPDBG_G(file_sources), "-", 1, data); in phpdbg_compile_stdin()
610 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile()
611 PHPDBG_G(file_sources).pDestructor = NULL; in phpdbg_compile()
612 zend_hash_del(&PHPDBG_G(file_sources), PHPDBG_G(ops)->filename); in phpdbg_compile()
613 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile()
[all …]
H A Dphpdbg.h273 HashTable file_sources; variable
H A Dphpdbg.c235 zend_hash_destroy(&PHPDBG_G(file_sources)); in PHP_RSHUTDOWN_FUNCTION()
523 HashTable *files = &PHPDBG_G(file_sources); in PHP_FUNCTION()
595 phpdbg_file_source *source = zend_hash_find_ptr(&PHPDBG_G(file_sources), name); in PHP_FUNCTION()
2080 …phpdbg_file_source *data = zend_hash_str_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(exec), PHPDBG_… in main()
H A Dphpdbg_bp.c263 … compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_le… in phpdbg_set_breakpoint_file_ex()
265 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file_ex()
304 ZEND_HASH_FOREACH_STR_KEY(&PHPDBG_G(file_sources), file) { in phpdbg_set_breakpoint_file_ex()

Completed in 39 milliseconds