xref: /PHP-7.4/sapi/phpdbg/tests/bug73615.phpt (revision 344ef050)
1--TEST--
2Bug #73615 (phpdbg without option never load .phpdbginit at startup)
3--SKIPIF--
4<?php
5if (!getenv('TEST_PHPDBG_EXECUTABLE')) die("SKIP: No TEST_PHPDBG_EXECUTABLE specified");
6?>
7--FILE--
8<?php
9
10$phpdbg = getenv('TEST_PHPDBG_EXECUTABLE');
11
12chdir(__DIR__."/bug73615");
13
14print `$phpdbg -qn`;
15
16?>
17--EXPECT--
18Executed .phpdbginit
19