Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
primaco
/
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 and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
php-src
tests
classes
on
immutable-date
User selector
All users
All time
Commit history
Commits on Jan 6, 2013
Adding test for bug #63462
lstrojny
committed
bdc1e23
View commit details
Copy full SHA for bdc1e23
View code at this point
Browse repository at this point
Commits on Dec 2, 2012
Adding tests for private and protected properties
Ocramius
authored and
lstrojny
committed
627eb9e
View commit details
Copy full SHA for 627eb9e
View code at this point
Browse repository at this point
Fixing test according to @jpauli's suggestions
Ocramius
authored and
lstrojny
committed
12f451c
View commit details
Copy full SHA for 12f451c
View code at this point
Browse repository at this point
Adding regression test for behavior of magic methods with unset public properties
Show description for 1377942
Ocramius
authored and
lstrojny
committed
1377942
View commit details
Copy full SHA for 1377942
View code at this point
Browse repository at this point
Commits on Oct 10, 2012
Merge branch 'PHP-5.3' into PHP-5.4
laruence
committed
e081c55
View commit details
Copy full SHA for e081c55
View code at this point
Browse repository at this point
Remove executable permission on phpt
laruence
committed
610c7fb
View commit details
Copy full SHA for 610c7fb
View code at this point
Browse repository at this point
Commits on Mar 30, 2012
trivial change try to ci a "fake" merge
Show description for 14fdb8b
laruence
committed
14fdb8b
View commit details
Copy full SHA for 14fdb8b
View code at this point
Browse repository at this point
Fix test, parameter signatures was introduced only into 5.4
laruence
committed
6b4112c
View commit details
Copy full SHA for 6b4112c
View code at this point
Browse repository at this point
Commits on Nov 26, 2011
- Fix test
felipensp
committed
06bc6bd
View commit details
Copy full SHA for 06bc6bd
View code at this point
Browse repository at this point
- Fix test
felipensp
committed
1bd15bb
View commit details
Copy full SHA for 1bd15bb
View code at this point
Browse repository at this point
Commits on Oct 21, 2011
Changed silent conversion of array to string to produce a notice. (Patrick)
smalyshev
committed
d81ea16
View commit details
Copy full SHA for d81ea16
View code at this point
Browse repository at this point
Commits on Sep 24, 2011
clean up is_a test title
roojs
committed
d296cea
View commit details
Copy full SHA for d296cea
View code at this point
Browse repository at this point
clean up is_a test, so that it covers more use cases - negative and positive testing
roojs
committed
55573c1
View commit details
Copy full SHA for 55573c1
View code at this point
Browse repository at this point
add is_a and is_subclass_of test with autoloader feature
Show description for dbc999c
roojs
committed
dbc999c
View commit details
Copy full SHA for dbc999c
View code at this point
Browse repository at this point
Commits on Sep 23, 2011
Improve the warning message of incompatible arguments. (#55719)
Show description for c58f254
laruence
committed
c58f254
View commit details
Copy full SHA for c58f254
View code at this point
Browse repository at this point
Commits on Dec 31, 2010
Silently casting an empty string, null or false into an object by adding a property
Show description for 6144da7
Scott MacVicar
committed
6144da7
View commit details
Copy full SHA for 6144da7
View code at this point
Browse repository at this point
Commits on Nov 22, 2010
- Fix tests for \0 patch in PHP 5.3.
Show description for 8d82e96
cataphract
committed
8d82e96
View commit details
Copy full SHA for 8d82e96
View code at this point
Browse repository at this point
- Fix tests for \0 patch in PHP 5.3.
Show description for 2a545be
cataphract
committed
2a545be
View commit details
Copy full SHA for 2a545be
View code at this point
Browse repository at this point
Commits on May 26, 2010
Fixed test
iliaal
committed
16c90b0
View commit details
Copy full SHA for 16c90b0
View code at this point
Browse repository at this point
Commits on Feb 13, 2010
- Fixed tests
Jani Taskinen
committed
f984349
View commit details
Copy full SHA for f984349
View code at this point
Browse repository at this point
Commits on Dec 4, 2009
- Fixed tests
felipensp
committed
8afad00
View commit details
Copy full SHA for 8afad00
View code at this point
Browse repository at this point
Commits on Jul 21, 2009
Remove empty sections. Fix bad use of --SKIP--
Zoe Slattery
committed
9ff94c8
View commit details
Copy full SHA for 9ff94c8
View code at this point
Browse repository at this point
Commits on Jun 17, 2009
Additional class related tests.
Robin Fernandes
committed
73cd7e8
View commit details
Copy full SHA for 73cd7e8
View code at this point
Browse repository at this point
Commits on Jun 7, 2009
MFH: Changed error messages to use "cannot" instead of "can not" (meaning "also can")
Matt Wilmas
committed
2462fce
View commit details
Copy full SHA for 2462fce
View code at this point
Browse repository at this point
Commits on Apr 28, 2009
- Fix test
felipensp
committed
13b1607
View commit details
Copy full SHA for 13b1607
View code at this point
Browse repository at this point
fix test
tony2001
committed
53990b2
View commit details
Copy full SHA for 53990b2
View code at this point
Browse repository at this point
Commits on Dec 5, 2008
Add some class related tests, fix hard-coded object ID in serialize_001.phpt.
Robin Fernandes
committed
2057a9a
View commit details
Copy full SHA for 2057a9a
View code at this point
Browse repository at this point
Commits on Nov 10, 2008
add test for ArrayObject acting as array (for 5.3)
scoates
committed
4e3929d
View commit details
Copy full SHA for 4e3929d
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Fixed test
dstogov
committed
f8c6965
View commit details
Copy full SHA for f8c6965
View code at this point
Browse repository at this point
Commits on Jun 3, 2008
- MFH: Fixed bug #44769 (declaring private magic methods should throw error)
felipensp
committed
402fb52
View commit details
Copy full SHA for 402fb52
View code at this point
Browse repository at this point
Commits on Mar 19, 2008
Added some class tests; Replaced some hardcoded instance ids with %d.
Steve Seear
committed
6e361fa
View commit details
Copy full SHA for 6e361fa
View code at this point
Browse repository at this point
Commits on Mar 17, 2008
fix tests
tony2001
committed
0ee45c4
View commit details
Copy full SHA for 0ee45c4
View code at this point
Browse repository at this point
Commits on Mar 8, 2008
Fix tests (removed space on error message "Undefined index: ...")
felipensp
committed
c7cb855
View commit details
Copy full SHA for c7cb855
View code at this point
Browse repository at this point
Commits on Mar 6, 2008
Add new tests for class/object functions and features.
Robin Fernandes
committed
ee0f7bc
View commit details
Copy full SHA for ee0f7bc
View code at this point
Browse repository at this point
Commits on Mar 3, 2008
Remove inconsistent behaviour when a protected static prop is overridden by public static prop (details: http://turl.ca/phhhf ).
Robin Fernandes
committed
0455ccb
View commit details
Copy full SHA for 0455ccb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.