Searched refs:stream_get_wrappers (Results 1 – 25 of 28) sorted by relevance
12
/PHP-8.0/ext/standard/tests/streams/ |
H A D | stream_get_wrappers.phpt | 2 array stream_get_wrappers ( void ); 7 print((is_array(stream_get_wrappers())) ? ("yes") : ("Test 'array stream_get_wrappers ( void );' ha… 11 var_dump(in_array("foo", stream_get_wrappers()));
|
H A D | bug77765.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | opendir-002.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | opendir-001.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | bug73457.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | bug77680.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | bug72771.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | opendir-004.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | opendir-003.phpt | 5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
|
H A D | bug76943.phpt | 5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
|
H A D | glob-wrapper.phpt | 7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
|
/PHP-8.0/ext/phar/phar/ |
H A D | phar.php | 19 if (!in_array('phar', stream_get_wrappers())) {
|
/PHP-8.0/ext/standard/tests/network/ |
H A D | bug80067.phpt | 6 if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
|
/PHP-8.0/ext/dom/tests/ |
H A D | dom004.phpt | 6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
|
H A D | dom_xinclude.phpt | 6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
|
/PHP-8.0/ext/zlib/tests/ |
H A D | zlib_wrapper_level.phpt | 4 <?php in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
|
/PHP-8.0/ext/phar/ |
H A D | shortarc.php | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
/PHP-8.0/ext/phar/tests/ |
H A D | phar_createdefaultstub.phpt | 40 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) { 334 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) { 636 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
H A D | phar_setdefaultstub.phpt | 60 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) { 355 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) { 650 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
/PHP-8.0/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
H A D | openssl.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
/PHP-8.0/ext/phar/tests/files/ |
H A D | include_path2.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
H A D | nophar.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
H A D | openssl.phar | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
/PHP-8.0/ext/standard/ |
H A D | streamsfuncs.c | 593 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds
12