Searched refs:stream_get_wrappers (Results 1 – 15 of 15) sorted by relevance
/PHP-5.3/ext/phar/phar/ |
H A D | phar.php | 19 if (!in_array('phar', stream_get_wrappers())) {
|
H A D | pharcommand.inc | 511 $s .= "if (!in_array('phar', stream_get_wrappers())) {\n";
|
/PHP-5.3/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-5.3/ext/standard/ |
H A D | streamsfuncs.h | 42 PHP_FUNCTION(stream_get_wrappers);
|
H A D | streamsfuncs.c | 581 PHP_FUNCTION(stream_get_wrappers) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3129 PHP_FE(stream_get_wrappers, arginfo_stream_get_wrappers)
|
/PHP-5.3/ext/phar/ |
H A D | shortarc.php | 5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
|
/PHP-5.3/ext/phar/tests/ |
H A D | phar_setdefaultstub.phpt | 61 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 D | phar_createdefaultstub.phpt | 41 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.3/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-5.3/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)) {
|
Completed in 75 milliseconds