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 }}
fejustin
/
phpjs
Public
forked from
locutusjs/locutus
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
master
User selector
All users
All time
Commit history
Commits on Aug 14, 2013
Update site
kvz
committed
1e3540d
View commit details
Copy full SHA for 1e3540d
Browse repository at this point
Implement on-the-githubs for /authors page
kvz
committed
63a7b52
View commit details
Copy full SHA for 63a7b52
Browse repository at this point
Update site
kvz
committed
dde0288
View commit details
Copy full SHA for dde0288
Browse repository at this point
Merge branch 'master' of github.com:kvz/phpjs
kvz
committed
a196bfe
View commit details
Copy full SHA for a196bfe
Browse repository at this point
Commits on Aug 6, 2013
Merge pull request #106 from skeggse/patch-1
Show description for 4973a62
kvz
committed
4973a62
View commit details
Copy full SHA for 4973a62
Browse repository at this point
Commits on Aug 2, 2013
Update unserialize.js
Show description for 45e0042
skeggse
committed
45e0042
View commit details
Copy full SHA for 45e0042
Browse repository at this point
Commits on Jul 18, 2013
Merge pull request #104 from eis/patch-1
Show description for 11f5c68
kukawski
committed
11f5c68
View commit details
Copy full SHA for 11f5c68
Browse repository at this point
bugfix for similar_text.js
Show description for 587643e
eis
committed
587643e
View commit details
Copy full SHA for 587643e
Browse repository at this point
Commits on Jul 13, 2013
date: add curly brackets per coding standards
brettz9
committed
2eb33d0
View commit details
Copy full SHA for 2eb33d0
Browse repository at this point
Merge pull request #103 from mackshot/master
Show description for 3e4d40d
brettz9
committed
3e4d40d
View commit details
Copy full SHA for 3e4d40d
Browse repository at this point
I experienced problems for iPad2 (native browser) using the former implementation, if n is no object and has no toString()-Method. So I replaced with String()
Show description for 1132816
mackshot
committed
1132816
View commit details
Copy full SHA for 1132816
Browse repository at this point
Merge pull request #102 from mackshot/master
Show description for 0035d7c
kvz
committed
0035d7c
View commit details
Copy full SHA for 0035d7c
Browse repository at this point
Commits on Jul 12, 2013
There are only two parameters for function _pad. Thus I removed this obligate parameter.
mackshot
committed
ce962b3
View commit details
Copy full SHA for ce962b3
Browse repository at this point
clean-up, allow as in PHP, array with object (optionally as string) as argument and callback (optionally as string) (per issue 31 at https://github.com/kvz/phpjs/issues/31 )
brettz9
committed
e6dfda4
View commit details
Copy full SHA for e6dfda4
Browse repository at this point
strtotime() clean-up incl. mistaken global, handle "next mon(day|\.)" issue per https://github.com/kvz/phpjs/issues/99
brettz9
committed
93f6b01
View commit details
Copy full SHA for 93f6b01
Browse repository at this point
Apply fix of Theriault, input by Haravikk, per https://github.com/kvz/phpjs/issues/76
brettz9
committed
676ef79
View commit details
Copy full SHA for 676ef79
Browse repository at this point
JSLint date(), including localizing accidental global 'i' var.
brettz9
committed
1dd3fb7
View commit details
Copy full SHA for 1dd3fb7
Browse repository at this point
urldecode functions: Tolerate poorly-formed escape sequences as per PHP (thanks for the input lovio!)
brettz9
committed
35ed4a7
View commit details
Copy full SHA for 35ed4a7
Browse repository at this point
Support specification of object inside array as global string as per PHP (still no eval, but string approach only works on functions directly on window object)
brettz9
committed
f282f00
View commit details
Copy full SHA for f282f00
Browse repository at this point
Avoid eval in call_user_method funcs, allow PHP-alternative argument structure, actually call method on supplied object
brettz9
committed
8ff1a3f
View commit details
Copy full SHA for 8ff1a3f
Browse repository at this point
Commits on Jul 8, 2013
Merge pull request #100 from slopjong/master
Show description for 00b7fde
kvz
committed
00b7fde
View commit details
Copy full SHA for 00b7fde
Browse repository at this point
Commits on Jul 7, 2013
Fixed dependency notice on itself
Show description for 118c985
slopjong
committed
118c985
View commit details
Copy full SHA for 118c985
Browse repository at this point
Commits on Jun 28, 2013
Merge pull request #98 from coderua/patch-1
Show description for 8d92f15
kvz
committed
8d92f15
View commit details
Copy full SHA for 8d92f15
Browse repository at this point
Commits on Jun 27, 2013
Update is_bool.js
coderua
committed
9bc91ef
View commit details
Copy full SHA for 9bc91ef
Browse repository at this point
Commits on Jun 15, 2013
Merge pull request #97 from tersmitten/typeof-comparison-should-always-use-triple-equality
Show description for 3fc182d
kvz
committed
3fc182d
View commit details
Copy full SHA for 3fc182d
Browse repository at this point
Typeof comparison should always use triple equality
tersmitten
committed
e05eded
View commit details
Copy full SHA for e05eded
Browse repository at this point
Commits on May 31, 2013
Merge pull request #95 from tersmitten/typeof-is-not-a-function
Show description for f31f0e4
kvz
committed
f31f0e4
View commit details
Copy full SHA for f31f0e4
Browse repository at this point
Typeof comparison should always use ===
tersmitten
committed
bfb0eda
View commit details
Copy full SHA for bfb0eda
Browse repository at this point
Commits on May 30, 2013
The typeof operator is not a function
tersmitten
committed
b90ee41
View commit details
Copy full SHA for b90ee41
Browse repository at this point
Commits on May 14, 2013
Improve about text
kvz
committed
6b555c5
View commit details
Copy full SHA for 6b555c5
Browse repository at this point
Commits on May 10, 2013
Merge pull request #92 from nathanntg/master
Show description for f537c27
kvz
committed
f537c27
View commit details
Copy full SHA for f537c27
Browse repository at this point
Commits on May 9, 2013
Bugfix related to scale mismatch in subtraction.
Show description for a80c4a2
nathanntg
committed
a80c4a2
View commit details
Copy full SHA for a80c4a2
Browse repository at this point
Commits on May 8, 2013
Pack send, show that PORT is configurable
kvz
committed
0023116
View commit details
Copy full SHA for 0023116
Browse repository at this point
With a little webserver vs file:// we can leave out http
kvz
committed
abe957f
View commit details
Copy full SHA for abe957f
Browse repository at this point
Pack a little webserver to protoype both cli & online tests
kvz
committed
f44534a
View commit details
Copy full SHA for f44534a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.