Searched refs:need (Results 1 – 25 of 170) sorted by relevance
1234567
/PHP-7.3/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-7.3/ |
H A D | README.EXT_SKEL | 12 and everything you need will be placed in directory ext/extension_name. 14 If you don't need to test the existence of any external header files, 34 When you need to expose extension functions to other extensions, expose functions
|
H A D | README.STREAMS | 14 special case sockets and files every time you need to work with a "user-level" 60 STREAM_MUST_SEEK - If you really need to be able to seek the stream 61 and don't need to be able to write to the original 71 If you need to open a specific stream, or convert standard resources into 123 The buffer is allocated using pemalloc(); you need to call pefree() to 127 If you have an existing stream and need to be able to seek() it, you 143 NOTE: If you only need to seek forward, there is no need to call this 157 NOTE: If you are opening a stream and need it to be seekable, use the 168 You need to "cast" the stream into a FILE*, and this is how you do it: 233 implementation need only implement write, read, close and flush. The gets [all …]
|
H A D | README.UNIX-BUILD-SYSTEM | 26 It became more and more apparent that there is a severe need 29 "make clean"? When this is done, you won't need to anymore). 66 the source-code files here as well. If you need to specify 75 Now, you need to tell the build system that you want to build files 83 If you have a complex extension, you might to need add special 101 Instead of using PHP_SAPI=foo/PHP_BUILD_XYZ, you will need to type
|
/PHP-7.3/tests/output/ |
H A D | ob_018.phpt | 5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
|
/PHP-7.3/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");
|
H A D | bug68113.phpt | 5 extension_loaded("exif") or die("skip need exif");
|
/PHP-7.3/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-7.3/ext/phar/tests/tar/ |
H A D | bug67761.phpt | 4 <?php extension_loaded("phar") or die("SKIP need ext/phar suppport"); ?>
|
/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionExtension_bug66218.phpt | 6 if (!function_exists("dl")) die("skip need dl");
|
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | batch_stmt_ins_exec.phpt | 14 // creating a proc need to be a statement in it's own batch, so we need to do a little setup first
|
/PHP-7.3/Zend/tests/ |
H A D | bug66218.phpt | 6 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-7.3/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-7.3/ext/spl/internal/ |
H A D | recursivearrayiterator.inc | 20 * and all their childs before loading them all. You need to care about 27 * need to overwrite getChildren(), call this implementation and pass the
|
Completed in 35 milliseconds
1234567