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 }}
MyIntervals
/
PHP-CSS-Parser
Public
Notifications
You must be signed in to change notification settings
Fork
153
Star
1.8k
Code
Issues
138
Pull requests
22
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
[FEATURE] Parse simple expressions
- #1437
#1437
Closed
JakeQZ
wants to merge 11 commits into
main
MyIntervals/PHP-CSS-Parser:main
from
feature/css-expressions
MyIntervals/PHP-CSS-Parser:feature/css-expressions
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
[FEATURE] Parse simple expressions
#1437
JakeQZ
wants to merge 11 commits into
main
MyIntervals/PHP-CSS-Parser:main
from
feature/css-expressions
MyIntervals/PHP-CSS-Parser:feature/css-expressions
Copy head branch name to clipboard
Commits
Commits on Dec 18, 2025
[FEATURE] Parse simple expressions
raxbg
authored and
JakeQZ
committed
cd29137
View commit details
Copy full SHA for cd29137
Browse repository at this point
[TASK] Add tests for arithmetic in functions
raxbg
authored and
JakeQZ
committed
0304df7
View commit details
Copy full SHA for 0304df7
Browse repository at this point
Use CSSFunction::parseArgs when parsing expression arguments
raxbg
authored and
JakeQZ
committed
cb6dbdd
View commit details
Copy full SHA for cb6dbdd
Browse repository at this point
[FEATURE] Handle arithmetic operators in Value
raxbg
authored and
JakeQZ
committed
8d7147f
View commit details
Copy full SHA for 8d7147f
Browse repository at this point
[TASK] Fix tests
raxbg
authored and
JakeQZ
committed
55b06f5
View commit details
Copy full SHA for 55b06f5
Browse repository at this point
Catch up with upstream/main
raxbg
authored and
JakeQZ
committed
08e63e7
View commit details
Copy full SHA for 08e63e7
Browse repository at this point
[TASK] Add class-specific tests for CSS\Value\Expression
raxbg
authored and
JakeQZ
committed
abb4c47
View commit details
Copy full SHA for abb4c47
Browse repository at this point
Make `CSSFunction::parseArguments` protected (missed by rebase)
JakeQZ
committed
2d81c9e
View commit details
Copy full SHA for 2d81c9e
Browse repository at this point
Fix tests not to use implicit cast to string
JakeQZ
committed
14e6bee
View commit details
Copy full SHA for 14e6bee
Browse repository at this point
Fixing code issues reported by the tools
JakeQZ
committed
ad9cb11
View commit details
Copy full SHA for ad9cb11
Browse repository at this point
Resolve PHPStan warnings
JakeQZ
committed
bf16950
View commit details
Copy full SHA for bf16950
Browse repository at this point
You can’t perform that action at this time.