Home
last modified time | relevance | path

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

123

/PHP-5.5/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()));
54 Warning: set_include_path() expects exactly 1 parameter, 0 given in %s on line %d
70 Warning: set_include_path() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.5/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_variation16.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 Dinclude_streams.phpt110 set_include_path($include_path . PATH_SEPARATOR . "test://GLOBALS");
115 set_include_path("test://GLOBALS" . PATH_SEPARATOR . $include_path);
/PHP-5.5/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-5.5/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-5.5/Zend/tests/
H A Dbug39542.phpt8 set_include_path(dirname(__FILE__).'/bug39542;.');
10 set_include_path(dirname(__FILE__).'/bug39542:.');
/PHP-5.5/ext/phar/tests/
H A Dreadfile_edgecasesU.phpt24 set_include_path("' . addslashes(dirname(__FILE__)) . '");
43 set_include_path("%stests");
54 set_include_path("%stests");
H A Dreadfile_edgecases.phpt25 set_include_path("' . addslashes(dirname(__FILE__)) . '");
45 set_include_path("%stests");
56 set_include_path("%stests");
H A Dfgc_edgecases.phpt31 set_include_path("' . addslashes(dirname(__FILE__)) . '");
57 set_include_path("%stests");
74 set_include_path("%stests");
91 set_include_path("%stests");
H A Dinclude_path.phpt16 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname);
18 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname . '/test');
H A Dphar_mount.phpt28 set_include_path("phar://" . __FILE__);
36 set_include_path("phar://" . __FILE__);
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation5.phpt25 set_include_path($newpath);
28 set_include_path($newpath);
/PHP-5.5/ext/spl/tests/
H A Dfileobject_004.phpt6 set_include_path('tests');
/PHP-5.5/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 30 milliseconds

123