Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 170) sorted by relevance

1234567

/PHP-7.3/ext/zlib/tests/
H A Dob_001.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_005.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_004.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_gzhandler_legacy_002.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_003.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_002.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
H A Dbug61287.phpt4 <?php extension_loaded("zlib") or die("SKIP need zlib");
/PHP-7.3/
H A DREADME.EXT_SKEL12 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 DREADME.STREAMS14 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 DREADME.UNIX-BUILD-SYSTEM26 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 Dob_018.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
/PHP-7.3/ext/exif/tests/
H A Dbug62523_1.phpt5 extension_loaded("exif") or die("skip need exif");
H A Dbug62523_2.phpt5 extension_loaded("exif") or die("skip need exif");
H A Dbug62523_3.phpt5 extension_loaded("exif") or die("skip need exif");
H A Dbug68113.phpt5 extension_loaded("exif") or die("skip need exif");
/PHP-7.3/ext/pcre/tests/
H A Dbug77193.phpt6 die("skip need filter extension");
H A Dbug76850.phpt7 die("skip need the current locale to be other than C");
/PHP-7.3/ext/phar/tests/tar/
H A Dbug67761.phpt4 <?php extension_loaded("phar") or die("SKIP need ext/phar suppport"); ?>
/PHP-7.3/ext/reflection/tests/
H A DReflectionExtension_bug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt14 // 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 Dbug66218.phpt6 if (!function_exists("dl")) die("skip need dl");
H A Dgc_042.phpt2 Object properties HT may need to be removed from nested data
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt6 if (!extension_loaded("sockets")) die("skip: need sockets");
H A Dstream_context_tcp_nodelay_fopen.phpt6 if (!extension_loaded("sockets")) die("skip: need sockets");
/PHP-7.3/ext/spl/internal/
H A Drecursivearrayiterator.inc20 * 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