Home
last modified time | relevance | path

Searched refs:include_path (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt5 $include_path = __DIR__ . '/test_path';
6 $include_path_nested = $include_path . '/nested';
8 $include_path_file = $include_path . DIRECTORY_SEPARATOR . 'file';
11 mkdir($include_path);
14 file_put_contents($include_path_file, 'include_path');
15 file_put_contents($include_path_nested_file, 'include_path');
19 set_include_path($include_path . PATH_SEPARATOR . $include_path_nested);
22 set_include_path($include_path . PATH_SEPARATOR . $include_path_nested);
24 set_include_path($include_path_nested . PATH_SEPARATOR . $include_path);
30 rmdir($include_path);
/PHP-7.4/tests/func/
H A D007.phpt6 $ini1 = ini_get('include_path');
7 ini_set('include_path','ini_set_works');
8 echo ini_get('include_path')."\n";
9 ini_restore('include_path');
10 $ini2 = ini_get('include_path');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_include_path_basic.phpt4 include_path=.
8 * Description: Gets the current include_path configuration option
16 if (ini_get("include_path") == get_include_path()) {
/PHP-7.4/ext/phar/tests/
H A Dinclude_path_advanced.phpt2 Phar: include_path advanced code coverage test
8 files/include_path.phar
H A Dbug74991.phpt2 Phar: PHP bug #74991: include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
9 // create a sample file in a custom include_path to lookup from the phar later:
13 …f a sub path is crucial, and make the include_path 1 byte larger (=OVERFLOW) than the MAXPATHLEN, …
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
35 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest…
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation3.phpt26 // including $dirname in 'include_path'
27 ini_set('include_path',$dirname);
28 // 'include_path' set to true
H A Dinclude_streams.phpt2 Stream wrappers in include_path
112 $include_path = get_include_path();
113 set_include_path($include_path . PATH_SEPARATOR . "test://GLOBALS");
118 set_include_path("test://GLOBALS" . PATH_SEPARATOR . $include_path);
H A Dbug35740.phpt13 Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
/PHP-7.4/ext/spl/tests/
H A Dfileobject_getmaxlinelen_basic.phpt7 include_path=.
H A Dfileobject_setmaxlinelen_basic.phpt7 include_path=.
H A Dspl_autoload_009.phpt4 include_path=.
H A Dfileobject_getsize_basic.phpt7 include_path=.
H A Dfileobject_004.phpt2 SPL: SplFileObject realpath and include_path
H A Dspl_autoload_006.phpt4 include_path=.
H A Dspl_autoload_010.phpt4 include_path=.
H A Dspl_autoload_011.phpt4 include_path=.
H A Dspl_autoload_004.phpt4 include_path=.
H A DSplFileObject_setCsvControl_error003.phpt6 include_path=.
H A Dspl_autoload_003.phpt4 include_path=.
/PHP-7.4/tests/lang/
H A Dbug32924.phpt4 include_path={PWD}
/PHP-7.4/sapi/cli/tests/
H A Dbug67741.phpt4 include_path={PWD}
/PHP-7.4/ext/opcache/tests/
H A Dbug71443.phpt13 ini_set("include_path", "/tmp");
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug78297.phpt14 Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on li…
/PHP-7.4/Zend/tests/
H A Dinclude_fail_during_read.phpt12 … opening 'php://filter/read=sample.filter/resource=%s' for inclusion (include_path='%s') in %s on …

Completed in 56 milliseconds

1234