Thanks to visit codestin.com
Credit goes to github.com
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
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
/
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 }}
Pepperoni1337
/
Twig
Public
forked from
twigphp/Twig
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
Branch selector
3.x
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 18, 2024
Bump version
fabpot
committed
c72b504
View commit details
Copy full SHA for c72b504
Browse repository at this point
Commits on Dec 14, 2024
feature #4501 adds support for invoking closures (faizanakram99)
Show description for 918f52e
fabpot
committed
918f52e
View commit details
Copy full SHA for 918f52e
Browse repository at this point
adds support for invoking closures
faizanakram99
authored and
fabpot
committed
0a61801
View commit details
Copy full SHA for 0a61801
Browse repository at this point
minor #4502 Change `=` to `:` for named arguments (seb-jean)
Show description for dc2949e
fabpot
committed
dc2949e
View commit details
Copy full SHA for dc2949e
Browse repository at this point
Change `=` to `:` for named arguments
seb-jean
authored and
fabpot
committed
99ea35e
View commit details
Copy full SHA for 99ea35e
Browse repository at this point
Commits on Dec 12, 2024
Update CHANGELOG
fabpot
committed
fa8544c
View commit details
Copy full SHA for fa8544c
Browse repository at this point
Bump version
fabpot
committed
77376c9
View commit details
Copy full SHA for 77376c9
Browse repository at this point
Prepare the 3.17.1 release
fabpot
committed
677ef8d
View commit details
Copy full SHA for 677ef8d
Browse repository at this point
bug #4500 Fix the null coalescing operator when the test returns null (fabpot)
Show description for 243f5f5
fabpot
committed
243f5f5
View commit details
Copy full SHA for 243f5f5
Browse repository at this point
Fix the null coalescing operator when the test returns null
fabpot
committed
4c5467f
View commit details
Copy full SHA for 4c5467f
Browse repository at this point
Commits on Dec 11, 2024
bug #4498 Fix the Elvis operator when there is some space between ? and : (fabpot)
Show description for 47f527e
fabpot
committed
47f527e
View commit details
Copy full SHA for 47f527e
Browse repository at this point
Fix the Elvis operator when there is some space between ? and :
fabpot
committed
1af334b
View commit details
Copy full SHA for 1af334b
Browse repository at this point
Commits on Dec 10, 2024
Bump version
fabpot
committed
31f61bd
View commit details
Copy full SHA for 31f61bd
Browse repository at this point
Prepare the 3.17.0 release
fabpot
committed
d3a64b7
View commit details
Copy full SHA for d3a64b7
Browse repository at this point
Update CHANGELOG
fabpot
committed
e24078c
View commit details
Copy full SHA for e24078c
Browse repository at this point
bug #4496 Fix ArrayAccess with objects as keys (gharlan)
Show description for d8a798c
fabpot
committed
d8a798c
View commit details
Copy full SHA for d8a798c
Browse repository at this point
Commits on Dec 5, 2024
Fix ArrayAccess with objects as keys
gharlan
committed
32a75b7
View commit details
Copy full SHA for 32a75b7
Browse repository at this point
Commits on Dec 2, 2024
minor #4492 fix version numbers for deprecations (xabbuh)
Show description for 57bf519
fabpot
committed
57bf519
View commit details
Copy full SHA for 57bf519
Browse repository at this point
fix version numbers for deprecations
xabbuh
authored and
fabpot
committed
f90105d
View commit details
Copy full SHA for f90105d
Browse repository at this point
minor #4493 Require "erusev/parsedown": "dev-master as 1.x-dev" (nicolas-grekas)
Show description for e1a5aa1
fabpot
committed
e1a5aa1
View commit details
Copy full SHA for e1a5aa1
Browse repository at this point
Require "erusev/parsedown": "dev-master as 1.x-dev"
nicolas-grekas
committed
5287da5
View commit details
Copy full SHA for 5287da5
Browse repository at this point
feature #4487 Support underscores in number literals (smnandre)
Show description for d894f92
fabpot
committed
d894f92
View commit details
Copy full SHA for d894f92
Browse repository at this point
Support underscores in number literals
smnandre
authored and
fabpot
committed
da4d966
View commit details
Copy full SHA for da4d966
Browse repository at this point
Commits on Dec 1, 2024
minor #4489 Remove deprecate usage of AssignNameExpression in For Node (fabpot)
Show description for 6cc64f2
fabpot
committed
6cc64f2
View commit details
Copy full SHA for 6cc64f2
Browse repository at this point
Remove deprecate usage of AssignNameExpression in For Node
fabpot
committed
616cd06
View commit details
Copy full SHA for 616cd06
Browse repository at this point
Commits on Nov 30, 2024
minor #4488 Update coding standards (VincentLanglet)
Show description for c5ebc12
fabpot
committed
c5ebc12
View commit details
Copy full SHA for c5ebc12
Browse repository at this point
Update coding standards
VincentLanglet
authored and
fabpot
committed
07a4ed1
View commit details
Copy full SHA for 07a4ed1
Browse repository at this point
Fix CS
fabpot
committed
14fc89e
View commit details
Copy full SHA for 14fc89e
Browse repository at this point
Fix CS
fabpot
committed
4451613
View commit details
Copy full SHA for 4451613
Browse repository at this point
minor #4474 Add more coding standard rules (fabpot)
Show description for f0066c8
fabpot
committed
f0066c8
View commit details
Copy full SHA for f0066c8
Browse repository at this point
minor #4486 Use [] instead of array() to represent a constant value in compiled code (fabpot)
Show description for 101d181
fabpot
committed
101d181
View commit details
Copy full SHA for 101d181
Browse repository at this point
Commits on Nov 29, 2024
Use [] instead of array() to represent a constant value in compiled code
fabpot
committed
49f384f
View commit details
Copy full SHA for 49f384f
Browse repository at this point
Add more coding standard rules
fabpot
committed
c96aefd
View commit details
Copy full SHA for c96aefd
Browse repository at this point
minor #4485 Update phpdoc for operators (VincentLanglet)
Show description for 3eed037
fabpot
committed
3eed037
View commit details
Copy full SHA for 3eed037
Browse repository at this point
Update phpdoc for operators
VincentLanglet
committed
fab565c
View commit details
Copy full SHA for fab565c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.