Searched refs:need (Results 1 – 25 of 150) sorted by relevance
123456
/PHP-8.0/ext/zlib/tests/ |
H A D | ob_001.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib"); 6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_005.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib"); 6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_004.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib"); 6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_gzhandler_legacy_002.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib"); 6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_003.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib"); 6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
|
H A D | ob_002.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
|
H A D | bug61287.phpt | 4 <?php extension_loaded("zlib") or die("SKIP need zlib");
|
/PHP-8.0/ext/opcache/jit/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.0/tests/output/ |
H A D | ob_018.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
|
/PHP-8.0/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.0/ext/exif/tests/ |
H A D | bug62523_1.phpt | 5 extension_loaded("exif") or die("skip need exif");
|
H A D | bug62523_2.phpt | 5 extension_loaded("exif") or die("skip need exif");
|
H A D | bug62523_3.phpt | 5 extension_loaded("exif") or die("skip need exif");
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionExtension_bug66218.phpt | 5 if (!function_exists("dl")) die("skip need dl");
|
/PHP-8.0/docs/ |
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 | 25 It became more and more apparent that there is a severe need for addressing the 27 often have you been told to `make clean`? When this is done, you won't need to 62 here as well. If you need to specify separate include directories, do it this 73 Now, you need to tell the build system that you want to build files in a 83 If you have a complex extension, you might to need add special Make rules. You 99 Instead of using `PHP_SAPI=foo/PHP_BUILD_XYZ`, you will need to type
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | bug67761.phpt | 4 <?php extension_loaded("phar") or die("SKIP need ext/phar support"); ?>
|
/PHP-8.0/Zend/tests/ |
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.0/ext/pcre/tests/ |
H A D | bug77193.phpt | 6 die("skip need filter extension");
|
H A D | bug76850.phpt | 7 die("skip need the current locale to be other than C");
|
/PHP-8.0/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.0/ext/standard/tests/streams/ |
H A D | stream_context_tcp_nodelay.phpt | 6 if (!extension_loaded("sockets")) die("skip: need sockets");
|
H A D | stream_context_tcp_nodelay_fopen.phpt | 6 if (!extension_loaded("sockets")) die("skip: need sockets");
|
/PHP-8.0/ext/imap/tests/ |
H A D | README.md | 7 files will need to be changed to match the local mailserver configuration. 16 The build of PHP will need to be compiled with the following flags:
|
Completed in 34 milliseconds
123456