Searched refs:get_include_path (Results 1 – 17 of 17) sorted by relevance
8 var_dump(get_include_path());12 var_dump(get_include_path());15 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());
2 Test get_include_path() function9 echo "*** Testing get_include_path()\n";11 var_dump(get_include_path());13 if (ini_get("include_path") == get_include_path()) {21 *** Testing get_include_path()
27 $path = get_include_path();
112 $include_path = get_include_path();
7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
42 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());336 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());638 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
62 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());357 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());652 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
445 function get_include_path(): string|false {} function
2359 ZEND_FUNCTION(get_include_path);2990 ZEND_FE(get_include_path, arginfo_get_include_path)
2163 PHP_FUNCTION(get_include_path) argument
Completed in 69 milliseconds