Searched refs:include_path (Results 1 – 25 of 91) 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');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);
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=.8 * Description: Gets the current include_path configuration option16 if (ini_get("include_path") == get_include_path()) {
2 Phar: include_path advanced code coverage test8 files/include_path.phar
2 Phar: include_path with phar:// wrapper33 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest…
2 Stream wrappers in include_path109 $include_path = get_include_path();110 set_include_path($include_path . PATH_SEPARATOR . "test://GLOBALS");115 set_include_path("test://GLOBALS" . PATH_SEPARATOR . $include_path);
26 // including $dirname in 'include_path'27 ini_set('include_path',$dirname);28 // 'include_path' set to true
13 Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
31 * Loads classes automatically from include_path as given by ini or from36 $inc = split(':', ini_get('include_path'));
7 include_path=.
6 include_path=.
4 include_path=.
2 SPL: SplFileObject realpath and include_path
4 include_path={PWD}
9 ini_set('include_path', dirname(__FILE__));
3 $phar = new Phar(dirname(__FILE__) . '/include_path.phar');
Completed in 32 milliseconds