Home
last modified time | relevance | path

Searched refs:wrapper (Results 51 – 75 of 131) sorted by relevance

123456

/php-src/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt2 compress.zlib:// wrapper
H A Dzlib_wrapper_fflush_basic.phpt2 Test function fflush() on a zlib stream wrapper
H A Dzlib_wrapper_ftruncate_basic.phpt2 Test function ftruncate() on zlib wrapper by calling it with its expected arguments
/php-src/Zend/tests/generators/
H A Diterator_wrapper_leak.phpt2 A generator iterator wrapper involved in a cycle should not leak
/php-src/Zend/tests/
H A Dis_callable_trampoline_uaf.phpt22 // Extra X::foo() wrapper to force use of allocated trampoline.
H A Dis_callable_trampoline_uaf-deprecated.phpt22 // Extra X::foo() wrapper to force use of allocated trampoline.
/php-src/ext/standard/tests/file/
H A Dbug43353.phpt2 Bug #43353 wrong detection of 'data' wrapper
H A Dphp_fd_wrapper_04.phpt2 php://fd wrapper: invalid file descriptor
/php-src/ext/standard/tests/streams/
H A Dbug77664.phpt2 BUG #77664 (Segmentation fault when using undefined constant in custom wrapper)
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.");
/php-src/ext/dom/tests/
H A Ddom004.phpt7 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/php-src/ext/standard/tests/http/
H A Dbug78719.phpt2 Bug #78719 (http wrapper silently ignores long Location headers)
/php-src/ext/standard/
H A Dfile.c1271 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1281 wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0); in PHP_FUNCTION()
1283 if (!wrapper || !wrapper->wops) { in PHP_FUNCTION()
1288 if (!wrapper->wops->rename) { in PHP_FUNCTION()
1289 …ref(NULL, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops-… in PHP_FUNCTION()
1300 RETURN_BOOL(wrapper->wops->rename(wrapper, old_name, new_name, 0, context)); in PHP_FUNCTION()
1309 php_stream_wrapper *wrapper; in PHP_FUNCTION() local
1323 if (!wrapper || !wrapper->wops) { in PHP_FUNCTION()
1328 if (!wrapper->wops->unlink) { in PHP_FUNCTION()
1329 …php_error_docref(NULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->w… in PHP_FUNCTION()
[all …]
H A Dphp_fopen_wrapper.c176 php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mod… in php_stream_url_wrap_php() argument
315 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
327 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
334 php_stream_wrapper_log_error(wrapper, options, in php_stream_url_wrap_php()
/php-src/ext/zlib/
H A Dphp_zlib.h66 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int …
/php-src/ext/xsl/
H A Dphp_xsl.h73 void php_xsl_set_object(zval *wrapper, void *obj);
/php-src/main/streams/
H A Dmemory.c605 static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrapper, const char *path, in php_stream_url_wrap_rfc2397() argument
634 php_stream_wrapper_log_error(wrapper, options, "rfc2397: no comma in URL"); in php_stream_url_wrap_rfc2397()
646 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
661 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
674 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal parameter"); in php_stream_url_wrap_rfc2397()
694 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal URL"); in php_stream_url_wrap_rfc2397()
710 php_stream_wrapper_log_error(wrapper, options, "rfc2397: unable to decode"); in php_stream_url_wrap_rfc2397()
/php-src/ext/spl/tests/
H A Dbug51068.phpt2 SPL: glob wrapper interactions with DirectoryIterator
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_failing_stream_wrapper.phpt2 DOM\HTMLDocument::createFromFile() with failing stream wrapper

Completed in 34 milliseconds

123456