Home
last modified time | relevance | path

Searched refs:set_include_path (Results 1 – 25 of 63) sorted by last modified time

123

/php-src/Zend/tests/
H A Dgh10232.phpt6 set_include_path('gh10232-nonexistent') or exit(1);
H A Dbug39542.phpt10 set_include_path(__DIR__.'/bug39542;.');
12 set_include_path(__DIR__.'/bug39542:.');
/php-src/ext/standard/
H A Dbasic_functions.stub.php2039 function set_include_path(string $include_path): string|false {} function
H A Dbasic_functions_arginfo.h2448 ZEND_FUNCTION(set_include_path);
3075 ZEND_FE(set_include_path, arginfo_set_include_path)
H A Dbasic_functions.c2056 PHP_FUNCTION(set_include_path) argument
/php-src/ext/phar/tests/
H A Dbug74991.phpt14 $p['some/file'] = "<?php const MAXPATHLEN = 4096, OVERFLOW = 1, PATH = 'path'; set_include_path(str…
/php-src/ext/standard/tests/file/
H A Dfile_put_contents_variation4.phpt16 set_include_path($newpath);
20 set_include_path($newpath);
H A Dfile_put_contents_variation5.phpt17 set_include_path($newpath);
20 set_include_path($newpath);
22 set_include_path("");
24 set_include_path(";; ; ;c:\\rubbish");
H A Dfile_put_contents_variation6.phpt18 set_include_path($newpath);
22 set_include_path($newpath);
H A Dfile_get_contents_variation2.phpt23 set_include_path($newpath);
H A Dfile_get_contents_variation1.phpt22 set_include_path($newpath);
H A Dparse_ini_file_variation3.phpt26 set_include_path($newIncludePath);
H A Dreadfile_variation6.phpt21 set_include_path($newpath);
H A Dreadfile_variation7.phpt21 set_include_path($newpath);
H A Dinclude_streams.phpt114 set_include_path($include_path . PATH_SEPARATOR . "test://GLOBALS");
119 set_include_path("test://GLOBALS" . PATH_SEPARATOR . $include_path);
H A Dfopen_variation12.phpt7 set_include_path("rubbish");
H A Dfopen_variation13.phpt11 set_include_path($newpath);
14 set_include_path($newpath);
H A Dfopen_variation15-win32.phpt24 set_include_path($includePathDir);
H A Dfopen_variation15.phpt23 set_include_path($includePathDir);
/php-src/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt11 set_include_path($newIncludePath);
H A Dgzfile_variation15.phpt11 set_include_path($newIncludePath);
H A Dgzopen_variation4.phpt14 set_include_path($newIncludePath);
H A Dgzopen_variation5.phpt15 set_include_path($newpath);
18 set_include_path($newpath);
/php-src/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt17 set_include_path($include_path . PATH_SEPARATOR . $include_path_nested);
20 set_include_path($include_path . PATH_SEPARATOR . $include_path_nested);
22 set_include_path($include_path_nested . PATH_SEPARATOR . $include_path);
/php-src/ext/standard/tests/general_functions/
H A Dinclude_path.phpt11 var_dump(set_include_path("var"));
17 var_dump(set_include_path(".:/path/to/dir"));
23 var_dump(set_include_path(""));

Completed in 49 milliseconds

123