diff options
Diffstat (limited to 'ext/standard/tests/strings/crc32_variation1.phpt')
-rw-r--r-- | ext/standard/tests/strings/crc32_variation1.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/crc32_variation1.phpt b/ext/standard/tests/strings/crc32_variation1.phpt index 1d6f33ec2e..21d3fbe0dc 100644 --- a/ext/standard/tests/strings/crc32_variation1.phpt +++ b/ext/standard/tests/strings/crc32_variation1.phpt @@ -5,7 +5,6 @@ Test crc32() function : usage variations - unexpected values if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?> - --FILE-- <?php /* Prototype : string crc32(string $str) @@ -194,4 +193,4 @@ int(0) Warning: crc32() expects parameter 1 to be string, resource given in %s on line %d NULL -Done
\ No newline at end of file +Done |