Skip to content

Commit 9bb42fb

Browse files
committed
ext/standard: Move sscanf tests to subfolder
1 parent c380f7e commit 9bb42fb

16 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ext/standard/tests/strings/bug47842.phpt renamed to ext/standard/tests/strings/scanf/bug47842.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #47842 sscanf() does not support 64-bit values
2+
Bug #47842 sscanf() does not support 64-bit values
33
--SKIPIF--
44
<?php
55
if (PHP_INT_MAX < pow(2,31)) die("skip PHP_INT_MAX < 32b\n");
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)