Searched refs:get_include_path (Results 1 – 15 of 15) sorted by relevance
8 var_dump(get_include_path());9 var_dump(get_include_path("var"));16 var_dump(get_include_path());18 var_dump(get_include_path());21 var_dump(get_include_path());24 var_dump(get_include_path());27 var_dump(get_include_path());30 var_dump(get_include_path());33 var_dump(get_include_path());36 var_dump(get_include_path());[all …]
2 Test get_include_path() function7 /* Prototype: string get_include_path ( void )12 echo "*** Testing get_include_path()\n";14 var_dump(get_include_path());16 if (ini_get("include_path") == get_include_path()) {23 var_dump(get_include_path(TRUE));29 *** Testing get_include_path()35 Warning: get_include_path() expects exactly 0 parameters, 1 given in %s on line %d
33 $path = get_include_path();
109 $include_path = get_include_path();
101 PHP_FUNCTION(get_include_path);
2999 PHP_FE(get_include_path, arginfo_get_include_path)5438 PHP_FUNCTION(get_include_path) argument
7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
63 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());358 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());653 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
43 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());337 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());639 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
Completed in 36 milliseconds