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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
php-script
/
php-script
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
fix/execution-timeout
User selector
All users
All time
Commit history
Commits on Dec 4, 2025
Fix: Improve script execution timeout handling
Show description for be2df31
google-labs-jules[bot]
committed
be2df31
View commit details
Copy full SHA for be2df31
Browse repository at this point
Commits on Dec 3, 2025
docs(index): add badges for GitHub actions, downloads, version, and license
Show description for 4bfdc1f
rokde
committed
4bfdc1f
View commit details
Copy full SHA for 4bfdc1f
Browse repository at this point
Merge pull request #17 from php-script/001-break-continue
Show description for 8874abe
rokde
authored
8874abe
View commit details
Copy full SHA for 8874abe
Browse repository at this point
refactor(editor): make loop control suggestions context-aware
Show description for bde5e23
rokde
committed
bde5e23
View commit details
Copy full SHA for bde5e23
Browse repository at this point
docs(statements, editor): extend documentation for `break` and `continue` with examples and editor features
Show description for e1ad086
rokde
committed
e1ad086
View commit details
Copy full SHA for e1ad086
Browse repository at this point
Commits on Nov 30, 2025
Merge pull request #16 from php-script/dependabot/github_actions/actions/checkout-6
Show description for bad9aef
rokde
authored
bad9aef
View commit details
Copy full SHA for bad9aef
Browse repository at this point
docs(control-flow): document `break` and `continue` statements with examples and usage
Show description for c316325
rokde
committed
c316325
View commit details
Copy full SHA for c316325
Browse repository at this point
test(core): add unit tests for `break` and `continue` statements in AST and traversal
Show description for e371f84
rokde
committed
e371f84
View commit details
Copy full SHA for e371f84
Browse repository at this point
feat(core): implement `continue` statement support with parsing, AST, traversal, and codegen
Show description for 9484153
rokde
committed
9484153
View commit details
Copy full SHA for 9484153
Browse repository at this point
feat(core): implement `break` statement support with parsing, AST, traversal, and codegen
Show description for 58176bd
rokde
committed
58176bd
View commit details
Copy full SHA for 58176bd
Browse repository at this point
Commits on Nov 24, 2025
Bump actions/checkout from 5 to 6
Show description for 9a2a410
dependabot[bot]
authored
9a2a410
View commit details
Copy full SHA for 9a2a410
Browse repository at this point
Commits on Nov 18, 2025
add specs: define tasks for implementing `break` and `continue` keywords in PHP Script, including AST nodes, lexer/parser updates, loop context handling, testing, and validation criteria
rokde
committed
c0d60e7
View commit details
Copy full SHA for c0d60e7
Browse repository at this point
add specs: define data model and implementation plan for `break` and `continue` keywords in PHP Script, including AST nodes, lexer/parser integration, loop context tracking, and validation rules
rokde
committed
fd9178f
View commit details
Copy full SHA for fd9178f
Browse repository at this point
update docs: add Spec-Driven-Development (SDD) section with workflow steps and feature guidance
rokde
committed
89e16ae
View commit details
Copy full SHA for 89e16ae
Browse repository at this point
update docs: add specification and checklist for break/continue keywords, covering requirements, user scenarios, and validation criteria
rokde
committed
1015143
View commit details
Copy full SHA for 1015143
Browse repository at this point
add CLAUDE.md with comprehensive project development guidelines, core principles, and workflows
rokde
committed
7908f7c
View commit details
Copy full SHA for 7908f7c
Browse repository at this point
update docs: add command documentation for Speckit commands (constitute, implement, plan, specify, tasks) with outlines and execution workflows
rokde
committed
919a276
View commit details
Copy full SHA for 919a276
Browse repository at this point
Merge pull request #15 from php-script/14-for-foreach-and-if-should-be-provided-with-a-code-completion-snippet
Show description for b7b2710
rokde
authored
b7b2710
View commit details
Copy full SHA for b7b2710
Browse repository at this point
feat(core): add control flow snippets (for, foreach, if, ifelse) for PHP completion items in MonarchLanguageDefinitionService
rokde
committed
5e2297b
View commit details
Copy full SHA for 5e2297b
Browse repository at this point
Commits on Nov 16, 2025
update docs: add editor integration guide for PHP with Monaco Editor details and repository links
rokde
committed
76f62a8
View commit details
Copy full SHA for 76f62a8
Browse repository at this point
update docs: add context handling page for PHP, adjust navigation order for linting, error handling, and injection pages
rokde
committed
8d6f69c
View commit details
Copy full SHA for 8d6f69c
Browse repository at this point
update docs: add injection documentation for PHP with custom Lexer, Parser, and AstTraverser details
rokde
committed
f9abd0d
View commit details
Copy full SHA for f9abd0d
Browse repository at this point
update docs: add PHP linting and error handling pages with examples and usage details
rokde
committed
f87c6cf
View commit details
Copy full SHA for f87c6cf
Browse repository at this point
refactor(core): introduce interfaces for Lexer, Parser, and AstTraverser, update dependencies to use abstractions
rokde
committed
fd9075f
View commit details
Copy full SHA for fd9075f
Browse repository at this point
update docs: fix relative link in interaction page
rokde
committed
1192660
View commit details
Copy full SHA for 1192660
Browse repository at this point
update docs: add auxiliary links for repository and editor
rokde
committed
0246453
View commit details
Copy full SHA for 0246453
Browse repository at this point
update docs: add PHP section with getting started guide and function whitelist details, refine interaction docs
rokde
committed
85df11d
View commit details
Copy full SHA for 85df11d
Browse repository at this point
update docs: adjust titles for homepage and site configuration
rokde
committed
ed4830b
View commit details
Copy full SHA for ed4830b
Browse repository at this point
remove unused logo configuration from docs settings
rokde
committed
c740e6d
View commit details
Copy full SHA for c740e6d
Browse repository at this point
update docs: adjust link to language syntax page for consistency
rokde
committed
8c3a625
View commit details
Copy full SHA for 8c3a625
Browse repository at this point
simplify README and docs by linking to online language reference, update introductory content for clarity and focus
rokde
committed
9163141
View commit details
Copy full SHA for 9163141
Browse repository at this point
fix TOC formatting in multiple language documentation files
rokde
committed
81045a0
View commit details
Copy full SHA for 81045a0
Browse repository at this point
configure default layout and navigation order for documentation pages
rokde
committed
f8c11b6
View commit details
Copy full SHA for f8c11b6
Browse repository at this point
split language documentation into separate pages for improved organization and navigation
rokde
committed
a49ec16
View commit details
Copy full SHA for a49ec16
Browse repository at this point
update documentation: adjust navigation order and set default layout
rokde
committed
494e37a
View commit details
Copy full SHA for 494e37a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.