Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_include_path_basic.phpt2 Test get_include_path() function
7 /* 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
H A Dinclude_path.phpt8 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 …]
/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt33 $path = get_include_path();
H A Dinclude_streams.phpt112 $include_path = get_include_path();
/PHP-7.4/ext/standard/
H A Dbasic_functions.h99 PHP_FUNCTION(get_include_path);
H A Dbasic_functions.c3048 PHP_FE(get_include_path, arginfo_get_include_path)
5612 PHP_FUNCTION(get_include_path) argument
/PHP-7.4/ext/phar/
H A Dshortarc.php7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt43 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());
H A Dphar_setdefaultstub.phpt63 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());
/PHP-7.4/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-7.4/ext/phar/tests/files/
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());
H A Dopenssl.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());

Completed in 39 milliseconds