Home
last modified time | relevance | path

Searched refs:set_include_path (Results 1 – 25 of 60) sorted by relevance

123

/PHP-7.4/ext/standard/tests/general_functions/
H A Dinclude_path.phpt15 var_dump(set_include_path());
17 var_dump(set_include_path("var"));
23 var_dump(set_include_path(".:/path/to/dir"));
29 var_dump(set_include_path(""));
35 var_dump(set_include_path(array()));
58 Warning: set_include_path() expects exactly 1 parameter, 0 given in %s on line %d
80 Warning: set_include_path() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation5.phpt17 set_include_path($newpath);
20 set_include_path($newpath);
22 set_include_path(null);
24 set_include_path(";; ; ;c:\\rubbish");
H A Dfopen_variation13.phpt17 set_include_path($newpath);
20 set_include_path($newpath);
H A Dfile_put_contents_variation4.phpt23 set_include_path($newpath);
27 set_include_path($newpath);
H A Dfile_put_contents_variation6.phpt24 set_include_path($newpath);
28 set_include_path($newpath);
H A Dfopen_variation7.phpt20 set_include_path($newpath);
23 set_include_path($newpath);
H A Dfopen_variation9.phpt20 set_include_path($newpath);
24 set_include_path($newpath);
H A Dfopen_variation17.phpt20 set_include_path($newpath);
24 set_include_path($newpath);
H A Dfopen_variation16.phpt20 set_include_path($newpath);
24 set_include_path($newpath);
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_resolve_include_path.phpt19 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);
/PHP-7.4/Zend/tests/
H A Dbug39542.phpt8 set_include_path(__DIR__.'/bug39542;.');
10 set_include_path(__DIR__.'/bug39542:.');
H A Dexception_during_include_stat.phpt13 set_include_path('test://foo:test://bar');
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path.phar2 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
4 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
H A Dinclude_path.phar.inc13 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar'…
15 set_include_path('.' . PATH_SEPARATOR . 'phar://' . dirname(__FILE__) . '/files/include_path2.phar/…
H A Dfrontcontroller19.phar2 set_include_path("phar://" . __FILE__);
H A Dfrontcontroller19.phar.inc16 set_include_path("phar://" . __FILE__);
/PHP-7.4/ext/phar/tests/
H A Dreadfile_edgecases.phpt24 set_include_path("' . addslashes(__DIR__) . '");
43 set_include_path("%stests");
54 set_include_path("%stests");
H A Dinclude_path.phpt18 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname);
20 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname . '/test');
H A Dfgc_edgecases.phpt30 set_include_path("' . addslashes(__DIR__) . '");
55 set_include_path("%stests");
72 set_include_path("%stests");
89 set_include_path("%stests");
H A Dphar_mount.phpt28 set_include_path("phar://" . __FILE__);
36 set_include_path("phar://" . __FILE__);
H A Dfile_get_contents.phpt21 set_include_path("phar://" . __FILE__ . "/dir" . PATH_SEPARATOR . "phar://" . __FILE__);
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation5.phpt25 set_include_path($newpath);
28 set_include_path($newpath);
/PHP-7.4/ext/spl/tests/
H A Dfileobject_004.phpt6 set_include_path('tests');
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar2 set_include_path("phar://" . __FILE__);
H A Dfrontcontroller19.phar.inc16 set_include_path("phar://" . __FILE__);

Completed in 31 milliseconds

123