Home
last modified time | relevance | path

Searched refs:get_include_path (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/standard/tests/general_functions/
H A Dinclude_path.phpt8 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());
H A Dget_include_path_basic.phpt2 Test get_include_path() function
9 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()
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt27 $path = get_include_path();
H A Dinclude_streams.phpt113 $include_path = get_include_path();
/php-src/ext/phar/
H A Dshortarc.php7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt42 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());
H A Dphar_setdefaultstub.phpt62 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());
/php-src/ext/phar/tests/files/
H A Dopenssl.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
H A Dopenssl256.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
H A Dopenssl512.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
H A Dinclude_path2.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
H A Dnophar.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
H A Dopenssl.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
/php-src/ext/standard/
H A Dbasic_functions.c2085 PHP_FUNCTION(get_include_path) argument
H A Dbasic_functions.stub.php2042 function get_include_path(): string|false {} function
H A Dbasic_functions_arginfo.h2449 ZEND_FUNCTION(get_include_path);
3076 ZEND_FE(get_include_path, arginfo_get_include_path)

Completed in 67 milliseconds