Searched refs:set_include_path (Results 1 – 25 of 63) sorted by relevance
123
11 var_dump(set_include_path("var"));17 var_dump(set_include_path(".:/path/to/dir"));23 var_dump(set_include_path(""));
17 set_include_path($newpath);20 set_include_path($newpath);22 set_include_path("");24 set_include_path(";; ; ;c:\\rubbish");
11 set_include_path($newpath);14 set_include_path($newpath);
16 set_include_path($newpath);20 set_include_path($newpath);
14 set_include_path($newpath);17 set_include_path($newpath);
14 set_include_path($newpath);18 set_include_path($newpath);
18 set_include_path($newpath);22 set_include_path($newpath);
17 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);
10 set_include_path(__DIR__.'/bug39542;.');12 set_include_path(__DIR__.'/bug39542:.');
2 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/…
13 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/…
2 set_include_path("phar://" . __FILE__);
16 set_include_path("phar://" . __FILE__);
23 set_include_path("' . addslashes(__DIR__) . '");40 set_include_path("%stests");51 set_include_path("%stests");
18 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname);20 set_include_path('.' . PATH_SEPARATOR . 'phar://' . $fname . '/test');
36 set_include_path("' . addslashes(__DIR__) . '");64 set_include_path("%stests");84 set_include_path("%stests");105 set_include_path("%stests");
28 set_include_path("phar://" . __FILE__);36 set_include_path("phar://" . __FILE__);
21 set_include_path("phar://" . __FILE__ . "/dir" . PATH_SEPARATOR . "phar://" . __FILE__);
15 set_include_path($newpath);18 set_include_path($newpath);
6 set_include_path('tests');
Completed in 16 milliseconds