mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +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
10 lines
146 B
PHP
10 lines
146 B
PHP
--TEST--
|
|
INI section allows '='
|
|
--INI--
|
|
arg_separator.input==
|
|
--FILE--
|
|
<?php
|
|
var_dump(ini_get('arg_separator.input'));
|
|
?>
|
|
--EXPECT--
|
|
string(1) "="
|