Commit Graph

11 Commits

Author SHA1 Message Date
e727453ccf
Fix var_dump() for mixed arrays.
All checks were successful
The build was successful.
2018-11-13 20:24:55 +01:00
6293b8f5bf
Do not try to dump empty array.
All checks were successful
The build was successful.
2018-10-01 22:43:23 +02:00
58b7ceeae9
Get rid of $GLOBALS completely.
All checks were successful
The build was successful.
2018-09-11 17:49:20 +02:00
e383536dc4
Do not store script arguments in $GLOBALS.
All checks were successful
The build was successful.
2018-09-11 06:47:48 +02:00
eb79ed500e
Store float values in an union.
All checks were successful
The build was successful.
Single variable cannot have many values of different types. This also saves some memory, because union allocates memory just for one of its members.
2018-09-07 12:04:51 +02:00
00e1c842d5
Never disable builtin functions.
All checks were successful
The build was successful.
2018-09-05 20:43:39 +02:00
d793d3ed70
Rename PH7_VmGenericError() to PH7_VmThrowError()
All checks were successful
The build was successful.
2018-09-04 08:54:48 +02:00
d3d3dcc767
Partially switch to new error reporting.
All checks were successful
The build was successful.
2018-09-03 16:16:32 +02:00
94b213674a
Change the script located in memory indicator.
All checks were successful
The build was successful.
For easier reading with line numbers.
2018-08-23 18:27:14 +02:00
488fee5caf
Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00