mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
2b927548d3
-moved tests/dirname.phpt to tests/run-test/test007.phpt because many tests use this to find their additional files. -no more tests in tests directly only in subdirectories
18 lines
88 B
PHP
18 lines
88 B
PHP
--TEST--
|
|
EXPECTF
|
|
--FILE--
|
|
123
|
|
-123
|
|
+123
|
|
+1.1
|
|
abc
|
|
0abc
|
|
x
|
|
--EXPECTF--
|
|
%d
|
|
%i
|
|
%i
|
|
%f
|
|
%s
|
|
%x
|
|
%c |