file_char         822 sapi/phpdbg/phpdbg.c 				const char *file_char = zend_get_executed_filename();
file_char         823 sapi/phpdbg/phpdbg.c 				zend_string *file = zend_string_init(file_char, strlen(file_char), 0);
file_char        1440 sapi/phpdbg/phpdbg_prompt.c 		const char *file_char = zend_get_executed_filename(); \
file_char        1441 sapi/phpdbg/phpdbg_prompt.c 		zend_string *file = zend_string_init(file_char, strlen(file_char), 0); \