summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/unpack_error.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
|
* Changed invalid pack format in unpack_error.phptsskaje2016-05-131-1/+1
|
* Changed invalid pack format in unpack_error.phptsskaje2016-05-131-1/+1
|
* unpack() function accepts an additional optional argument $offset.Dmitry Stogov2016-03-031-3/+3
|
* Fixed bug #61038; "Z" and better behavior for unpack()theanomaly.is@gmail.com2012-04-171-2/+2
| | | | | | Added new "Z" argument to pack/unpack, now allowing "a" to return data without stripping, and "A" strips all trailing white space, while "Z" will strip everything after the first null.
* New substr_replace() and unpack() error tests. Tested on Windows, Linux and ↵andy wharmby2009-01-191-0/+42
Linux 64 bit.