Skip to content

Commit d8a63a3

Browse files
committed
ext/standard: Move sort() related tests into subfolder
1 parent c1bf3ac commit d8a63a3

File tree

155 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+1
-1
lines changed

ext/standard/tests/array/001.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test array_merge and array_walk
44
precision=14
55
--FILE--
66
<?php
7-
require(__DIR__ . '/data.inc');
7+
require(__DIR__ . '/sort/data.inc');
88
/*
99
** Create sample arrays
1010
** Test alpha, numeric (decimal, hex, octal) and special data

0 commit comments

Comments
 (0)