Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c545 zend_string *source_path = strpprintf(0, "Standard input code%c%p", 0, PHPDBG_G(ops)->opcodes); in phpdbg_compile_stdin() local
546 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
549 zend_hash_del(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
552 zend_string_release(source_path); in phpdbg_compile_stdin()

Completed in 8 milliseconds