Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_wrappers.phpt2 array stream_get_wrappers ( void );
13 print((is_array(stream_get_wrappers())) ? ("yes") : ("Test 'array stream_get_wrappers ( void );' ha…
17 var_dump(in_array("foo", stream_get_wrappers()));
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.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 Dglob-wrapper.phpt7 if (!in_array("glob", stream_get_wrappers())) echo "skip";
/PHP-5.6/ext/phar/phar/
H A Dphar.php19 if (!in_array('phar', stream_get_wrappers())) {
H A Dpharcommand.inc511 $s .= "if (!in_array('phar', stream_get_wrappers())) {\n";
/PHP-5.6/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-5.6/ext/standard/
H A Dstreamsfuncs.h43 PHP_FUNCTION(stream_get_wrappers);
H A Dstreamsfuncs.c576 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() argument
H A Dbasic_functions.c3133 PHP_FE(stream_get_wrappers, arginfo_stream_get_wrappers)
/PHP-5.6/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-5.6/ext/phar/tests/
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)) {
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)) {
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dopenssl.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)) {
/PHP-5.6/ext/phar/tests/files/
H A Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
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)) {
/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {

Completed in 86 milliseconds