Home
last modified time | relevance | path

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

1234567

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dtable.c45 int need; in sqlite_get_table_cb() local
53 need = nCol*2; in sqlite_get_table_cb()
55 need = nCol; in sqlite_get_table_cb()
57 if( p->nData + need >= p->nAlloc ){ in sqlite_get_table_cb()
59 p->nAlloc = p->nAlloc*2 + need + 1; in sqlite_get_table_cb()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput215 No need char
39 No need char
73 No need char
79 No need char
166 No need char
176 No need char
188 No need char
200 No need char
208 No need char
229 No need char
[all …]
H A Dtestoutput389 No need char
98 No need char
167 No need char
H A Dtestoutput569 No need char
87 No need char
110 No need char
156 No need char
169 No need char
211 No need char
223 No need char
258 No need char
270 No need char
286 No need char
[all …]
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt14 If you need to set special environement variables, in addition to your
19 This can be used to simulate ISAPI environment variables if need be.
30 you need to provide input, place the GET data, or Query String, after the
/PHP-5.3/ext/mysql/tests/
H A Dbug51242.phpt5 mysql.default_socket=/this/does/not/really/need/to/exist
11 // Specific to this bug: we need to be able to connect via TCP. We'll use
/PHP-5.3/
H A DREADME.STREAMS15 special case sockets and files every time you need to work with a "user-level"
61 STREAM_MUST_SEEK - If you really need to be able to seek the stream
62 and don't need to be able to write to the original
72 If you need to open a specific stream, or convert standard resources into
124 The buffer is allocated using pemalloc(); you need to call pefree() to
128 If you have an existing stream and need to be able to seek() it, you
144 NOTE: If you only need to seek forward, there is no need to call this
158 NOTE: If you are opening a stream and need it to be seekable, use the
169 You need to "cast" the stream into a FILE*, and this is how you do it:
234 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-5.3/tests/output/
H A Dob_018.phpt5 if (!extension_loaded("zlib")) die("skip need ext/zlib");
/PHP-5.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
H A Drecursivefilteriterator.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
/PHP-5.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_008.phpt4 …d("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip need PHP_CURL_HTTP_REMOT…
H A Dcurl_copy_handle_basic_001.phpt7 …d("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip need PHP_CURL_HTTP_REMOT…
H A Dcurl_copy_handle_basic_004.phpt7 …d("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip need PHP_CURL_HTTP_REMOT…
H A Dcurl_setopt_basic004.phpt7 …d("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip need PHP_CURL_HTTP_REMOT…
H A Dcurl_version_error.phpt9 echo "skip need PHP_CURL_HTTP_REMOTE_SERVER environment variable";
/PHP-5.3/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-5.3/ext/standard/tests/file/
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c314 int n, need, len; local
323 need = (pat_end - pat) * 4 + 4;
325 if (n + need < bufsize) {
/PHP-5.3/ext/mbstring/
H A DREADME.libmbfl9 If you need to modify the bundled libmbfl, the change also have to be applied for
/PHP-5.3/sapi/aolserver/
H A DREADME3 To compile PHP 4.0 as a module for AOLserver, you need:
28 NOTE: If you are still using AOLserver 3.0, you need to retain the
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.w3213 // We need to play tricks to get our readdir.h used by apache
/PHP-5.3/ext/pdo_firebird/tests/
H A Dtestdb.inc8 /* we need just the generated name, not the file itself */
/PHP-5.3/Zend/RFCs/
H A D003.txt17 correct type and reduce the need for duplicating the same code in
40 need to use a variable correctly.
/PHP-5.3/sapi/apache/
H A Dconfig.w3216 // We need to play tricks to get our readdir.h used by apache

Completed in 46 milliseconds

1234567