Searched refs:wrap (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug41421.phpt | 16 stream_wrapper_register("wrap", "wrapper"); 17 $fp = fopen("wrap://...", "r");
|
/php-src/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 | 362 if (stream->wrap) { in zlog_stream_unbuffered_write() 494 if (stream->wrap) { in zlog_stream_buf_append() 546 stream->wrap = 1; in zlog_stream_init_ex() 562 void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap) /* {{{ */ in zlog_stream_set_wrapping() argument 564 stream->wrap = wrap ? 1 : 0; in zlog_stream_set_wrapping() 618 if (!stream->wrap || !stream->decorate) { in zlog_stream_set_msg_suffix() 676 if (stream->wrap && stream->function == NULL) { in zlog_stream_prefix_ex()
|
/php-src/ext/opcache/tests/opt/ |
H A D | inference_003.phpt | 10 public static function wrap(\Throwable $e): C {
|
/php-src/ext/tidy/tests/ |
H A D | 021.phpt | 18 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
|
H A D | 027.phpt | 22 'wrap' => 0);
|
/php-src/ext/fileinfo/ |
H A D | fileinfo.c | 373 php_stream_wrapper *wrap; in _php_finfo_get_type() local 387 wrap = php_stream_locate_url_wrapper(buffer, &tmp2, 0); in _php_finfo_get_type() 389 if (wrap) { in _php_finfo_get_type()
|
/php-src/ext/dom/lexbor/lexbor/css/property/ |
H A D | res.h | 107 …&(lxb_css_property_flex_flow_t) {.type_direction = LXB_CSS_FLEX_DIRECTION_ROW, .wrap = LXB_CSS_FLE…
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | property.h | 267 lxb_css_flex_wrap_type_t wrap; member
|
/php-src/ |
H A D | CONTRIBUTING.md | 398 to align your lines vertically, if they wrap. It looks bad otherwise.
|
/php-src/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-64.macros | 1807 #define wrap(X, input, output, laneCount, trailingBits) \
|
Completed in 36 milliseconds