Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/Zend/tests/
H A Dbug41421.phpt15 stream_wrapper_register("wrap", "wrapper");
16 $fp = fopen("wrap://...", "r");
/PHP-7.3/sapi/fpm/fpm/
H A Dzlog.h73 unsigned int wrap:1; member
96 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap);
H A Dzlog.c363 if (stream->wrap) { in zlog_stream_unbuffered_write()
492 if (stream->wrap) { in zlog_stream_buf_append()
544 stream->wrap = 1; in zlog_stream_init_ex()
560 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap) /* {{{ */ in zlog_stream_set_wrapping() argument
562 stream->wrap = wrap ? 1 : 0; in zlog_stream_set_wrapping()
616 if (!stream->wrap || !stream->decorate) { in zlog_stream_set_msg_suffix()
674 if (stream->wrap && stream->function == NULL) { in zlog_stream_prefix_ex()
/PHP-7.3/ext/tidy/tests/
H A D021.phpt12 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
H A D027.phpt22 'wrap' => 0);
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c525 php_stream_wrapper *wrap; in _php_finfo_get_type() local
539 wrap = php_stream_locate_url_wrapper(buffer, &tmp2, 0); in _php_finfo_get_type()
541 if (wrap) { in _php_finfo_get_type()
/PHP-7.3/ext/spl/internal/
H A Diteratoriterator.inc36 * downcast to is actually a base class of the specified iterator to wrap.
/PHP-7.3/
H A DREADME.GIT-RULES100 try to align your lines vertically, if they wrap. It looks bad otherwise.
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros1807 #define wrap(X, input, output, laneCount, trailingBits) \

Completed in 22 milliseconds