Home
last modified time | relevance | path

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

12

/PHP-7.4/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 Dbug73457.phpt5 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 Dbug72771.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-004.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
H A Dopendir-003.phpt5 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-7.4/ext/phar/phar/
H A Dphar.php19 if (!in_array('phar', stream_get_wrappers())) {
/PHP-7.4/ext/dom/tests/
H A Ddom004.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h41 PHP_FUNCTION(stream_get_wrappers);
H A Dstreamsfuncs.c583 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() argument
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt4 <?php in_array('compress.zlib', stream_get_wrappers()) || print 'skip No zlib wrapper';
/PHP-7.4/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt41 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
335 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
637 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dphar_setdefaultstub.phpt61 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
356 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
651 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.4/ext/phar/tests/cache_list/files/
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)) {
/PHP-7.4/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)) {

Completed in 28 milliseconds

12