summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/create-test.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2020-02-031-68/+68
|\ | | | | | | | | * PHP-7.4: Apply tidy formatting
| * Apply tidy formattingNikita Popov2020-02-031-68/+68
| | | | | | | | Mostly reindent PHP scripts to spaces.
| * Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
| |
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | | | | | Closes GH-4732.
* | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Make PHP development tools files and scripts executablePeter Kokot2018-08-291-0/+0
| | | | | | | | | | This patch makes several scripts and PHP development tools files executable and adds more proper shebangs to the PHP scripts. The `#!/usr/bin/env php` shebang provides running the script via `./script.php` and uses env to find PHP script location on the system. At the same time it still provides running the script with a user defined PHP location using `php script.php`.
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* Fixed bug #70532 (respect set_exception_handler in phpdbg)Bob Weinand2015-09-231-2/+2
|
* Add show_unexecuted option to phpdbg_end_oplog()Bob Weinand2015-07-201-1/+1
|
* Move phpdbg tests to .phpt mechanismBob Weinand2015-07-201-0/+150
Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions