Home
last modified time | relevance | path

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

1234

/php-src/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');
17 set_include_path($include_path . PATH_SEPARATOR . $include_path_nested);
28 $include_path = __DIR__ . '/test_path';
29 $include_path_nested = $include_path . '/nested';
30 $include_path_file = $include_path . DIRECTORY_SEPARATOR . 'file';
[all …]
/php-src/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-src/ext/standard/tests/general_functions/
H A Dinclude_path.phpt4 include_path=.
9 var_dump(ini_restore("include_path"));
14 var_dump(ini_restore("include_path"));
20 var_dump(ini_restore("include_path"));
26 var_dump(ini_restore("include_path"));
29 var_dump(ini_restore("include_path"));
H A Dget_include_path_basic.phpt4 include_path=.
13 if (ini_get("include_path") == get_include_path()) {
/php-src/ext/phar/tests/
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_advanced.phpt2 Phar: include_path advanced code coverage test
8 files/include_path.phar
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
34 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest…
/php-src/ext/standard/tests/file/
H A Dreadfile_variation3.phpt23 // including $dirname in 'include_path'
24 ini_set('include_path',$dirname);
25 // 'include_path' set to true
H A Dinclude_streams.phpt2 Stream wrappers in include_path
113 $include_path = get_include_path();
114 set_include_path($include_path . PATH_SEPARATOR . "test://GLOBALS");
119 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-src/ext/spl/tests/SplFileObject/
H A Dfileobject_getmaxlinelen_basic.phpt7 include_path=.
H A Dfileobject_setmaxlinelen_basic.phpt7 include_path=.
H A Dfileobject_getsize_basic.phpt7 include_path=.
H A Dfileobject_004.phpt2 SPL: SplFileObject realpath and include_path
/php-src/tests/lang/
H A Dbug32924.phpt4 include_path={PWD}
/php-src/sapi/cli/tests/
H A Dbug67741.phpt4 include_path={PWD}
/php-src/ext/spl/tests/
H A Dspl_autoload_009.phpt4 include_path=.
H A Dspl_autoload_006.phpt4 include_path=.
H A Dspl_autoload_010.phpt4 include_path=.
H A Dspl_autoload_004.phpt4 include_path=.
H A Dspl_autoload_011.phpt4 include_path=.
/php-src/ext/opcache/tests/
H A Dbug71443.phpt14 ini_set("include_path", "/tmp");
/php-src/Zend/tests/
H A Doss_fuzz_64209.phpt10 Fatal error: Uncaught Error: Failed opening required '://@' (include_path='%s') in %s:%d
H A Dinclude_fail_during_read.phpt12 … opening 'php://filter/read=sample.filter/resource=%s' for inclusion (include_path='%s') in %s on …
/php-src/sapi/phpdbg/tests/
H A Dbug78297.phpt15 Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on li…

Completed in 25 milliseconds

1234