Searched refs:include_path (Results 1 – 25 of 87) sorted by relevance
1234
5 $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 …]
6 $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');
4 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"));
4 include_path=.13 if (ini_get("include_path") == get_include_path()) {
2 Phar: PHP bug #74991: include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases9 // 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, …
2 Phar: include_path advanced code coverage test8 files/include_path.phar
2 Phar: include_path with phar:// wrapper34 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest…
23 // including $dirname in 'include_path'24 ini_set('include_path',$dirname);25 // 'include_path' set to true
2 Stream wrappers in include_path113 $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);
13 Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
7 include_path=.
2 SPL: SplFileObject realpath and include_path
4 include_path={PWD}
4 include_path=.
14 ini_set("include_path", "/tmp");
10 Fatal error: Uncaught Error: Failed opening required '://@' (include_path='%s') in %s:%d
12 … opening 'php://filter/read=sample.filter/resource=%s' for inclusion (include_path='%s') in %s on …
15 Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on li…
Completed in 25 milliseconds