Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Appearance settings
Resetting 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 }}
lzpfmh
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
php-src
ext
reflection
on
master
User selector
All users
All time
Commit History
Commits on Dec 8, 2015
Removed useless checks
dstogov
committed
c58b0cb
Copy full SHA for c58b0cb
Implemented the RFC `Support Class Constant Visibility`.
Show description for a75c195
dstogov
committed
a75c195
Copy full SHA for a75c195
Commits on Dec 4, 2015
Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)
laruence
committed
3ae3341
Copy full SHA for 3ae3341
Commits on Nov 27, 2015
Fixed test
laruence
committed
b0f472b
Copy full SHA for b0f472b
Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with 5.6)
laruence
committed
6cb6c04
Copy full SHA for 6cb6c04
Commits on Nov 24, 2015
Merge branch 'PHP-5.6' into PHP-7.0
laruence
committed
e637ead
Copy full SHA for e637ead
Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
laruence
committed
e6b46dc
Copy full SHA for e6b46dc
Commits on Nov 23, 2015
Merge branch 'PHP-5.6' into PHP-7.0
laruence
committed
8c51578
Copy full SHA for 8c51578
Add bug #70957 and #70958 releated test in refection
laruence
committed
b9845e5
Copy full SHA for b9845e5
Commits on Nov 8, 2015
Fixed typo in reflection phpt
asgrim
authored and
laruence
committed
bb55ac6
Copy full SHA for bb55ac6
Commits on Oct 23, 2015
Indents
laruence
committed
95446b4
Copy full SHA for 95446b4
Fix boolean conversion warnings
Show description for bbaf6da
c9s
authored and
laruence
committed
bbaf6da
Copy full SHA for bbaf6da
Commits on Oct 14, 2015
Do not create a fake Closure for real Closures
Show description for 60b4355
bwoebi
committed
60b4355
Copy full SHA for 60b4355
Move the tests to proper place
laruence
committed
534856c
Copy full SHA for 534856c
Commits on Oct 12, 2015
Forbid "fake" closure rebinding
dstogov
authored and
nikic
committed
23b372d
Copy full SHA for 23b372d
Commits on Oct 8, 2015
Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used for internal functions)
dstogov
committed
91fb3a7
Copy full SHA for 91fb3a7
Commits on Oct 7, 2015
Fix bug #70650
marcioAlmada
authored and
nikic
committed
ddb6d78
Copy full SHA for ddb6d78
Commits on Oct 4, 2015
Fixed the third one of (segfault in gc_remove_from_buffer())
Show description for 6876112
laruence
committed
6876112
Copy full SHA for 6876112
Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())
laruence
committed
4744eec
Copy full SHA for 4744eec
Commits on Sep 1, 2015
Add test for ReflectionMethod::getPrototype_basic()
marcosptf
authored and
cmb69
committed
5190160
Copy full SHA for 5190160
Commits on Aug 20, 2015
Fix bogus traces with ReflectionGenerator::getTrace()
bwoebi
committed
5ece3ec
Copy full SHA for 5ece3ec
Commits on Aug 13, 2015
Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.
Show description for 715d5d2
dstogov
committed
715d5d2
Copy full SHA for 715d5d2
Commits on Jul 3, 2015
Don't leak generator cycle in ReflectionGenerator test
Show description for 3c33854
nikic
committed
3c33854
Copy full SHA for 3c33854
Switch position of ce in exception ce variable names
trowski
committed
ed1b648
Copy full SHA for ed1b648
Change zend_exception_get_default() to zend_exception_ce
trowski
committed
a812a74
Copy full SHA for a812a74
Commits on Jun 30, 2015
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
dstogov
committed
4a2e40b
Copy full SHA for 4a2e40b
Commits on Jun 23, 2015
Fix more proto comments
rlerdorf
committed
28d7bb9
Copy full SHA for 28d7bb9
Commits on Jun 17, 2015
Merge branch 'pull-request/1284'
Show description for 269acaa
weltling
committed
269acaa
Copy full SHA for 269acaa
Commits on Jun 16, 2015
Drop now superflous check for VIA_TRAMPOLINE
Show description for 44b7489
nikic
committed
44b7489
Copy full SHA for 44b7489
Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name) (onr more problem)
dstogov
committed
3180b8e
Copy full SHA for 3180b8e
Complete fix for problems related to bug #69802
dstogov
committed
ed84bff
Copy full SHA for ed84bff
Commits on Jun 15, 2015
Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name)
dstogov
committed
33e71d5
Copy full SHA for 33e71d5
Rmoved opcache.load_comments.
dstogov
committed
ae88a24
Copy full SHA for ae88a24
Changed AssertionException to AssertionError
trowski
committed
482985c
Copy full SHA for 482985c
Commits on Jun 14, 2015
Merge branch 'master' into throwable-interface
Show description for 110e0a5
trowski
committed
110e0a5
Copy full SHA for 110e0a5
Pagination
Previous
Next
You can’t perform that action at this time.