Searched refs:PHPDBG_VERSION (Results 1 – 5 of 5) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_help.h | 36 …ersion", "version=\"%s\"", "Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION);
|
H A D | phpdbg.stub.php | 9 const PHPDBG_VERSION = UNKNOWN; define
|
H A D | phpdbg_arginfo.h | 75 REGISTER_STRING_CONSTANT("PHPDBG_VERSION", PHPDBG_VERSION, CONST_PERSISTENT); in register_phpdbg_symbols()
|
H A D | phpdbg.h | 94 #define PHPDBG_VERSION PHP_VERSION macro
|
H A D | phpdbg.c | 700 PHPDBG_VERSION, 1005 phpdbg_notice("Welcome to phpdbg, the interactive PHP debugger, v%s", PHPDBG_VERSION); in phpdbg_welcome() 1377 "phpdbg %s, %s", PHPDBG_VERSION, version_info); in main()
|
Completed in 14 milliseconds