This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii
Watch
2
Star
0
Fork
0
You've already forked yii
mirror of
https://github.com/yiisoft/yii.git
synced
2026-03-23 08:26:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
de6ecdd84cdfc4ef033132f7653b3b6f67da1d49
yii
/
framework
/
cli
/
commands
/
shell
History
Marco van 't Wout
cc96a68810
Fix legacy implementation of lcfirst() that tries to assign a full string to the first character of a string.
...
Throws PHP warning "Only the first byte will be assigned to the string offset" on PHP 8.
2021-06-30 10:57:39 +02:00
..
ControllerCommand.php
Fixing some typos, PHPDocs
2013-03-06 00:24:35 +02:00
CrudCommand.php
Fix legacy implementation of lcfirst() that tries to assign a full string to the first character of a string.
2021-06-30 10:57:39 +02:00
FormCommand.php
Fixing some typos, PHPDocs
2013-03-06 00:24:35 +02:00
HelpCommand.php
Fixing some typos, PHPDocs
2013-03-06 00:24:35 +02:00
ModelCommand.php
Fix legacy implementation of lcfirst() that tries to assign a full string to the first character of a string.
2021-06-30 10:57:39 +02:00
ModuleCommand.php
Fixing some typos, PHPDocs
2013-03-06 00:24:35 +02:00