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 }}
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
7.8k
Star
39k
Code
Issues
790
Pull requests
602
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
php-src
Zend
zend_inheritance.h
on
php-8.3.20
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 29, 2023
RFC: Add #[Override] attribute (#9836)
Show description for 49ef6e2
TimWolla
authored
49ef6e2
Copy full SHA for 49ef6e2
Commits on Aug 4, 2022
Convert some macros to zend_always_inline functions (#8288)
Show description for faa83f2
Girgias
authored
faa83f2
Copy full SHA for faa83f2
Commits on Sep 29, 2021
Fix delayed early binding with optimization
Show description for c19977d
nikic
committed
c19977d
Copy full SHA for c19977d
Commits on Feb 9, 2021
Added Inheritance Cache.
Show description for 4b79dba
dstogov
committed
4b79dba
Copy full SHA for 4b79dba
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 Aug 28, 2020
Improve type declarations for Zend APIs
Show description for fa8d9b1
Girgias
committed
fa8d9b1
Copy full SHA for fa8d9b1
Commits on Sep 12, 2019
Merge branch 'PHP-7.4'
nikic
committed
f61f122
Copy full SHA for f61f122
Allow throwing exception while loading parent class
Show description for 4b9ebd8
nikic
committed
4b9ebd8
Copy full SHA for 4b9ebd8
Commits on Jun 26, 2019
Merge branch 'PHP-7.4'
Show description for e2effc9
dstogov
committed
e2effc9
Copy full SHA for e2effc9
Avoid double checks on early binding
dstogov
committed
83b9952
Copy full SHA for 83b9952
Commits on Jun 25, 2019
Merge branch 'PHP-7.4'
Show description for ca22c45
dstogov
committed
ca22c45
Copy full SHA for ca22c45
Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time
dstogov
committed
759f4ec
Copy full SHA for 759f4ec
Commits on Jun 11, 2019
Merge branch 'PHP-7.4'
nikic
committed
e4fae9c
Copy full SHA for e4fae9c
Register class before fetching parent
Show description for 89b2d88
nikic
committed
89b2d88
Copy full SHA for 89b2d88
Commits on May 24, 2019
Merge branch 'PHP-7.4'
nikic
committed
e06ec22
Copy full SHA for e06ec22
Avoid early-binding on unresolved types
Show description for afec3a9
nikic
committed
afec3a9
Copy full SHA for afec3a9
Commits on Feb 3, 2019
Merge branch 'PHP-7.4'
Show description for 623911f
petk
committed
623911f
Copy full SHA for 623911f
Remove local variables
Show description for 92ac598
petk
committed
92ac598
Copy full SHA for 92ac598
Commits on Jan 30, 2019
Adios, yearly copyright ranges
zsuraski
authored and
nikic
committed
a81202a
Copy full SHA for a81202a
Adios, yearly copyright ranges
zsuraski
committed
02557f8
Copy full SHA for 02557f8
Commits on Jan 29, 2019
Remove support for legacy constructors
Show description for 682b54f
nikic
committed
682b54f
Copy full SHA for 682b54f
Commits on Jan 11, 2019
Implement typed properties
Show description for e219ec1
4 people
committed
e219ec1
Copy full SHA for e219ec1
Commits on Nov 1, 2018
Update email addresses. We're still @Zend, but future proofing it...
zsuraski
committed
54dc07f
Copy full SHA for 54dc07f
Commits on Aug 27, 2018
Cleanup class linking
dstogov
committed
2fbfdde
Copy full SHA for 2fbfdde
Move zend_verify_abstract_class() into zend_inheritance.c
dstogov
committed
ea96289
Copy full SHA for ea96289
Commits on Aug 24, 2018
Perform "early-binding" directly during compilation
dstogov
committed
b36dbdd
Copy full SHA for b36dbdd
Commits on Aug 23, 2018
Keep information about unresolved interfaces in zend_class_entry->interface_names.
Show description for d140df5
dstogov
committed
d140df5
Copy full SHA for d140df5
Commits on Aug 22, 2018
Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.
Show description for 6739797
dstogov
committed
6739797
Copy full SHA for 6739797
Commits on Jan 2, 2018
year++
laruence
committed
a6519d0
Copy full SHA for a6519d0
Commits on Jul 4, 2017
further sync for vim mode lines
weltling
committed
bc5811f
Copy full SHA for bc5811f
Commits on Jan 2, 2017
Update copyright headers to 2017
SammyK
committed
9e29f84
Copy full SHA for 9e29f84
Commits on Jan 2, 2016
bump year which is missed in rev 49493a2
laruence
committed
97a9470
Copy full SHA for 97a9470
Commits on Mar 31, 2015
Deprecate PHP 4 constructors
hikari-no-yume
authored and
nikic
committed
db76b70
Copy full SHA for db76b70
Commits on Jan 15, 2015
bump year
laruence
committed
fc33f52
Copy full SHA for fc33f52
Commits on Dec 13, 2014
first shot remove TSRMLS_* things
weltling
committed
bdeb220
Copy full SHA for bdeb220
Pagination
Previous
Next
You can’t perform that action at this time.