summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_print.c
Commit message (Expand)AuthorAgeFilesLines
* Reference dynamic functions through dynamic_defsNikita Popov2021-03-011-0/+7
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Constify char * arguments of APIstwosee2020-06-081-6/+6
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-2/+4
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Fix crash when advancing inside an internal functionBob Weinand2016-02-171-2/+2
* Format string fixesNikita Popov2016-02-141-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
| * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-261-61/+50
* | Always lowercase function names for lookup in phpdbg -pBob Weinand2015-07-221-6/+12
* | Fixed opcodes printing.Xinchen Hui2015-07-221-6/+7
* | Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-171-9/+5
* | Show also runtime-bound functions/classes/methods with phpdbg -pBob Weinand2015-07-141-19/+55
* | Better opcode dump for finallyNikita Popov2015-07-101-2/+1
* | Simplify TMP var number decoding (without HashTable)Dmitry Stogov2015-07-061-4/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-19/+19
* | Fix phpdbg class fetch / method opcodesBob Weinand2015-05-271-4/+4
* | Print should be in *current* context (stack)Bob Weinand2015-04-251-6/+6
* | Add line_start/end info to main op_arrayBob Weinand2015-04-251-2/+2
* | Shrink phpdbg opcode dump output a bit moreBob Weinand2015-04-201-2/+2
* | show opcode countBob Weinand2015-04-201-16/+13
* | Shorten opline dump lines and show literalsBob Weinand2015-04-201-8/+15
* | Provide method to access opcodes via command line argumentBob Weinand2015-04-191-0/+118
* | Fix parent command offsetsBob Weinand2015-03-211-1/+1
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-74/+83
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-50/+61
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 2Anatol Belski2014-08-251-1/+1
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-90/+85
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+258