Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
TimWolla
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
2
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
php-src
sapi
phpdbg
phpdbg_print.c
on
optimize-match-true
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 2, 2024
Remove useless NULL-check in phpdbg_print (#13853)
Show description for 248b5f5
nielsdos
authored
248b5f5
Copy full SHA for 248b5f5
Commits on Nov 3, 2021
Use more compact representation for packed arrays.
Show description for 90b7bde
dstogov
committed
90b7bde
Copy full SHA for 90b7bde
Commits on Jul 13, 2021
replace phpdbg custom opcode dumper with O+ dump (#7227)
krakjoe
authored
60fbd6d
Copy full SHA for 60fbd6d
Commits on Jun 13, 2021
ditch remote
krakjoe
committed
766e6b0
Copy full SHA for 766e6b0
Commits on May 12, 2021
Mark various functions with void arguments.
Show description for c40231a
Girgias
committed
c40231a
Copy full SHA for c40231a
Commits on May 6, 2021
Update http->https in license (#6945)
Show description for 01b3fc0
KsaR99
authored
01b3fc0
Copy full SHA for 01b3fc0
Commits on Mar 1, 2021
Reference dynamic functions through dynamic_defs
Show description for 47a2e5c
nikic
committed
47a2e5c
Copy full SHA for 47a2e5c
Commits on Jan 15, 2021
Replace zend_bool uses with bool
Show description for 3e01f5a
nikic
committed
3e01f5a
Copy full SHA for 3e01f5a
Commits on Jun 8, 2020
Constify char * arguments of APIs
Show description for 88355dd
twose
authored and
nikic
committed
88355dd
Copy full SHA for 88355dd
Commits on Sep 25, 2019
Remove mention of PHP major version in Copyright headers
Show description for 5d6e923
carusogabriel
committed
5d6e923
Copy full SHA for 5d6e923
Commits on Jan 30, 2019
Remove year range from copyright notice
zsuraski
committed
38c337f
Copy full SHA for 38c337f
Commits on Jan 3, 2018
Trailing whitespaces
Show description for 6400264
carusogabriel
authored and
cmb69
committed
6400264
Copy full SHA for 6400264
Commits on Jan 2, 2018
year++
laruence
committed
a6519d0
Copy full SHA for a6519d0
Commits on Jan 2, 2017
Update copyright headers to 2017
SammyK
committed
9e29f84
Copy full SHA for 9e29f84
Commits on Apr 28, 2016
- get rid of EG(scope). zend_get_executed_scope() should be used instead.
Show description for 6499162
dstogov
committed
6499162
Copy full SHA for 6499162
Commits on Mar 3, 2016
Fix bug #71575 removing extra semicolons outside macros
asgrim
authored and
nikic
committed
c4b1888
Copy full SHA for c4b1888
Commits on Feb 17, 2016
Fix crash when advancing inside an internal function
Show description for 055b411
bwoebi
committed
055b411
Copy full SHA for 055b411
Commits on Feb 14, 2016
Format string fixes
Show description for c9357f8
nikic
committed
c9357f8
Copy full SHA for c9357f8
Commits on Jan 1, 2016
Merge branch 'PHP-5.6' into PHP-7.0
Show description for ed35de7
kaplanlior
committed
ed35de7
Copy full SHA for ed35de7
Happy new year (Update copyright to 2016)
kaplanlior
committed
49493a2
Copy full SHA for 49493a2
Commits on Jul 22, 2015
Always lowercase function names for lookup in phpdbg -p
bwoebi
committed
d6415ae
Copy full SHA for d6415ae
Fixed opcodes printing.
Show description for f56b89b
laruence
committed
f56b89b
Copy full SHA for f56b89b
Commits on Jul 17, 2015
Switch asprintf to spprintf in phpdbg opcode dump
Show description for 20e5027
nikic
committed
20e5027
Copy full SHA for 20e5027
Commits on Jul 14, 2015
Show also runtime-bound functions/classes/methods with phpdbg -p
bwoebi
committed
762c6dd
Copy full SHA for 762c6dd
Commits on Jul 10, 2015
Better opcode dump for finally
Show description for bd72fdc
nikic
committed
bd72fdc
Copy full SHA for bd72fdc
Commits on Jul 6, 2015
Simplify TMP var number decoding (without HashTable)
dstogov
committed
001ecd3
Copy full SHA for 001ecd3
Commits on Jun 30, 2015
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
dstogov
committed
7aa7627
Copy full SHA for 7aa7627
Commits on May 26, 2015
Fix phpdbg class fetch / method opcodes
bwoebi
committed
5bec149
Copy full SHA for 5bec149
Commits on Apr 25, 2015
Print should be in *current* context (stack)
bwoebi
committed
49bd5ea
Copy full SHA for 49bd5ea
Add line_start/end info to main op_array
bwoebi
committed
a9a6799
Copy full SHA for a9a6799
Commits on Apr 20, 2015
Shrink phpdbg opcode dump output a bit more
bwoebi
committed
5f10e84
Copy full SHA for 5f10e84
show opcode count
bwoebi
committed
5f35e57
Copy full SHA for 5f35e57
Shorten opline dump lines and show literals
bwoebi
committed
1a249bd
Copy full SHA for 1a249bd
Commits on Apr 19, 2015
Provide method to access opcodes via command line argument
bwoebi
committed
31e9838
Copy full SHA for 31e9838
Commits on Mar 21, 2015
Fix parent command offsets
bwoebi
committed
278adf9
Copy full SHA for 278adf9
Pagination
Previous
Next
You can’t perform that action at this time.