Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/standard/
H A Dstreamsfuncs.h43 PHP_FUNCTION(stream_get_wrappers);
H A Dstreamsfuncs.c574 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() argument
H A Dbasic_functions.c3160 PHP_FE(stream_get_wrappers, arginfo_stream_get_wrappers)
/PHP-5.5/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-5.5/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-5.5/ext/phar/tests/files/
H A Dnophar.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 Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-5.5/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)) {

Completed in 83 milliseconds