Home
last modified time | relevance | path

Searched refs:stream_get_wrappers (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.1/ext/standard/tests/streams/
H A Dstream_get_wrappers.phpt2 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 Dbug77765.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-002.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-001.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug72771.phpt7 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug77680.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-004.phpt7 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug73457.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-003.phpt7 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dbug76943.phpt5 if (!in_array('phar', stream_get_wrappers())) die('skip phar wrapper not registered');
H A Dglob-wrapper.phpt7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
/PHP-8.1/ext/phar/phar/
H A Dphar.php19 if (!in_array('phar', stream_get_wrappers())) {
/PHP-8.1/ext/standard/tests/network/
H A Dgh12190.phpt6 if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
H A Dbug80067.phpt6 if (!in_array('https', stream_get_wrappers())) die('skip: https wrapper is required');
/PHP-8.1/ext/dom/tests/
H A Ddom004.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
H A Ddom_xinclude.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-8.1/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt6 <?php in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
/PHP-8.1/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt40 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 Dphar_setdefaultstub.phpt60 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.1/ext/phar/tests/files/
H A Dinclude_path2.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dnophar.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl256.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl512.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {

Completed in 28 milliseconds

12