Searched refs:wrap (Results 1 – 9 of 9) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | bug41421.phpt | 15 stream_wrapper_register("wrap", "wrapper"); 16 $fp = fopen("wrap://...", "r");
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | zlog.h | 73 unsigned int wrap:1; member 96 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap);
|
H A D | zlog.c | 363 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 D | 021.phpt | 12 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
|
H A D | 027.phpt | 22 'wrap' => 0);
|
/PHP-7.3/ext/fileinfo/ |
H A D | fileinfo.c | 525 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 D | iteratoriterator.inc | 36 * downcast to is actually a base class of the specified iterator to wrap.
|
/PHP-7.3/ |
H A D | README.GIT-RULES | 100 try to align your lines vertically, if they wrap. It looks bad otherwise.
|
/PHP-7.3/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-64.macros | 1807 #define wrap(X, input, output, laneCount, trailingBits) \
|
Completed in 20 milliseconds