/PHP-8.4/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_proto.h | 29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument 31 size_t _sz = (sz), _need = (need); \
|
/PHP-8.4/.github/workflows/ |
H A D | close-needs-feedback.yml | 1 name: Close old issues that need feedback 18 - name: Close old issues that need feedback
|
/PHP-8.4/sapi/cli/tests/ |
H A D | upload_2G.phpt | 8 die("skip need PHP_INT_SIZE>=8"); 12 die("skip need more than 2.15G of free disk space for the uploaded file"); 32 die(sprintf("skip need +3G free RAM, but only %01.2f available", $free_ram));
|
/PHP-8.4/docs-old/ |
H A D | streams.md | 9 case sockets and files every time you need to work with a "user-level" PHP file 61 * `STREAM_MUST_SEEK` - If you really need to be able to seek the stream and 62 don't need to be able to write to the original file/URL, use this option to 70 If you need to open a specific stream, or convert standard resources into 127 is allocated using `pemalloc()`. You need to call `pefree()` to release the 131 If you have an existing stream and need to be able to `seek()` it, you can use 150 NOTE: If you only need to seek forward, there is no need to call this function, 164 NOTE: If you are opening a stream and need it to be seekable, use the 178 You need to "cast" the stream into a `FILE*`, and this is how you do it: 324 First, you need to figure out what data you need to associate with the [all …]
|
H A D | unix-build-system.md | 23 It became more and more apparent that there is a severe need for addressing the 25 often have you been told to `make clean`? When this is done, you won't need to 60 here as well. If you need to specify separate include directories, do it this 71 Now, you need to tell the build system that you want to build files in a 81 If you have a complex extension, you might to need add special Make rules. You
|
/PHP-8.4/ext/zlib/tests/ |
H A D | ob_001.phpt | 7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_005.phpt | 7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_004.phpt | 7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_gzhandler_legacy_002.phpt | 7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_003.phpt | 7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
/PHP-8.4/ext/reflection/tests/ |
H A D | ReflectionExtension_bug66218.phpt | 5 if (!function_exists("dl")) die("skip need dl");
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | gh10940.phpt | 9 Warning: unpack(): Type h: not enough input values, need 1073741824 values but only 12 were provide…
|
H A D | bug61038.phpt | 20 Warning: unpack(): Type a: not enough input values, need 6 values but only 5 were provided in %s on…
|
/PHP-8.4/Zend/tests/ |
H A D | gh11016.phpt | 9 // We need to use a function to trick the optimizer *not* to optimize the array to a constant
|
H A D | bug66218.phpt | 5 if (!function_exists("dl")) die("skip need dl");
|
H A D | gc_042.phpt | 2 Object properties HT may need to be removed from nested data
|
/PHP-8.4/ext/opcache/tests/ |
H A D | preload_ind.phpt | 2 Various tests that need an opcache_compile_file() indirected preload file
|
/PHP-8.4/ext/zend_test/tests/ |
H A D | optimizer_register_pass.phpt | 9 die("skip pass registration does not need repeat");
|
/PHP-8.4/Zend/tests/generators/ |
H A D | yield_from_chain_dtor_order.phpt | 2 Leaf link may need to be invalidated depending on dtor order
|
/PHP-8.4/ext/pcre/tests/ |
H A D | bug76850.phpt | 7 die("skip need the current locale to be other than C");
|
/PHP-8.4/ext/pdo_dblib/tests/ |
H A D | batch_stmt_ins_exec.phpt | 16 // creating a proc need to be a statement in it's own batch, so we need to do a little setup first
|
/PHP-8.4/ext/opcache/tests/jit/ |
H A D | gh17257.phpt | 14 call_user_func('get_const', 1); // need an extra arg to trigger the issue
|
/PHP-8.4/ext/gmp/tests/ |
H A D | gh9308.phpt | 9 /* We need strict_types as GMP has a __toString() handler */
|
/PHP-8.4/ext/standard/tests/serialize/ |
H A D | unserialize_overwrite_undeclared_protected.phpt | 6 // We need at least one declared property, even though we don't use it.
|
/PHP-8.4/ext/dom/lexbor/lexbor/encoding/ |
H A D | decode.c | 1331 unsigned need; in lxb_encoding_decode_utf_8() local 1355 need = ctx->u.utf_8.need; in lxb_encoding_decode_utf_8() 1356 ctx->u.utf_8.need = 0; in lxb_encoding_decode_utf_8() 1392 need = 1; in lxb_encoding_decode_utf_8() 1396 need = 2; in lxb_encoding_decode_utf_8() 1404 ctx->u.utf_8.need = need; in lxb_encoding_decode_utf_8() 1418 need = 3; in lxb_encoding_decode_utf_8() 1426 ctx->u.utf_8.need = need; in lxb_encoding_decode_utf_8() 1454 ctx->u.utf_8.need = need; in lxb_encoding_decode_utf_8() 1478 if (--need == 0) { in lxb_encoding_decode_utf_8() [all …]
|