Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/zip/
H A Dphp_zip.h84 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, char *path, char *mode, int options,…
H A Dzip_stream.c237 php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, in php_stream_zip_opener() argument
/PHP-5.5/ext/phar/tests/
H A Dinclude_path.phpt2 Phar: include_path with phar:// wrapper
/PHP-5.5/ext/dom/tests/
H A Ddom_xinclude.phpt6 in_array('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not availabl…
/PHP-5.5/Zend/tests/
H A Dbug38779_1.phpt2 … #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper)
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h72 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC);
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc13 * @brief Basic Iterator wrapper
16 * This iterator wrapper allows to convert anything that is traversable into
H A Dcachingiterator.inc18 * This iterator wrapper does a one ahead iteration. This way it knows whether
/PHP-5.5/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt2 php://fd wrapper: bad syntax
H A Dinclude_streams.phpt102 die("test wrapper registration failed");
H A Duserstreams.phpt166 die("test wrapper registration failed");
171 die("bogon wrapper registration failed");
/PHP-5.5/ext/zip/tests/
H A Dstream_meta_data.phpt63 string(11) "zip wrapper"
/PHP-5.5/main/streams/
H A Dplain_wrapper.c214 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_tmpfile()
885 static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_plain_files_dir_opener() argument
1023 static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wrapper, char *path, char *mod… in php_plain_files_stream_opener() argument
1033 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream… in php_plain_files_url_stater() argument
1059 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink() argument
1085 static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, char *url_to, int op… in php_plain_files_rename() argument
1169 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir() argument
1255 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir() argument
1283 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata() argument
H A Dglob_wrapper.c209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_glob_stream_opener() argument
/PHP-5.5/ext/dom/
H A Dphp_dom.c1027 dom_object *wrapper; in node_list_unlink() local
1033 if (wrapper != NULL ) { in node_list_unlink()
1323 zval *wrapper; in php_dom_create_object() local
1330 ALLOC_ZVAL(wrapper); in php_dom_create_object()
1331 ZVAL_NULL(wrapper); in php_dom_create_object()
1332 return wrapper; in php_dom_create_object()
1345 wrapper = return_value; in php_dom_create_object()
1418 ZVAL_NULL(wrapper); in php_dom_create_object()
1419 return wrapper; in php_dom_create_object()
1425 object_init_ex(wrapper, ce); in php_dom_create_object()
[all …]
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c511 if (stream->wrapper) { in PHP_FUNCTION()
512 add_assoc_string(return_value, "wrapper_type", (char *)stream->wrapper->wops->label, 1); in PHP_FUNCTION()
1571 php_stream_wrapper *wrapper = NULL; in PHP_FUNCTION() local
1582 wrapper = stream->wrapper; in PHP_FUNCTION()
1586 wrapper = php_stream_locate_url_wrapper(Z_STRVAL_PP(zstream), NULL, 0 TSRMLS_CC); in PHP_FUNCTION()
1589 if (!wrapper) { in PHP_FUNCTION()
1593 RETURN_BOOL(wrapper->is_url==0); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc83 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
104 …* Whenever possible, please use this wrapper to make testing ot MYSQLI_CLIENT_COMPRESS (and potent…
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen() argument
/PHP-5.5/ext/mysql/tests/
H A Dconnect.inc23 /* wrapper to simplify test porting */
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS9 PHP wrapper functions can set these error codes when appropriate. For instance,
11 wrapper function should set the global error code to U_ILLEGAL_ARGUMENT_ERROR).
/PHP-5.5/
H A Dltmain.sh4973 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5044 char * find_executable(const char *wrapper);
6166 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6169 wrapper=$file
6182 case $wrapper in
6183 */* | *\\*) . ${wrapper} ;;
6184 *) . ./${wrapper} ;;
6189 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6218 case $wrapper in
6219 */* | *\\*) . ${wrapper} ;;
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME55 includes a set of C++ wrapper functions (see the pcrecpp man page for details),
61 The distribution also contains a set of C wrapper functions (again, just for
214 the C++ wrapper library, you can add --disable-cpp to the "configure"
217 try to build the C++ wrapper.
438 . pcrecpparg.h header file for calling PCRE via the C++ wrapper
452 it with --disable-cpp, "make" builds the C++ wrapper library, which is called
666 pcregrep command. If the C++ wrapper library is built, three test programs
891 pcreposix.h header for the external POSIX wrapper API
898 pcrecpp.h public header file for the C++ wrapper
902 pcre_scanner.cc ) source for the C++ wrapper library
[all …]
H A DLICENCE13 included in the distribution is a set of C++ wrapper functions, and a
/PHP-5.5/ext/standard/tests/strings/
H A Dcrypt_blowfish.phpt2 …wfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c)
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c643 php_stream_wrapper *wrapper; in zend_get_stream_timestamp() local
651 wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC); in zend_get_stream_timestamp()
652 if (!wrapper) { in zend_get_stream_timestamp()
655 if (!wrapper->wops || !wrapper->wops->url_stat) { in zend_get_stream_timestamp()
663 …ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf… in zend_get_stream_timestamp()

Completed in 91 milliseconds

1234