Home
last modified time | relevance | path

Searched refs:need (Results 151 – 175 of 203) sorted by path

123456789

/PHP-5.5/ext/spl/tests/
H A Diterator_003.phpt83 // generated by a call to __toString(). To check this we need to access the
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c112121 int need; /* Slots needed in p->azResult[] */
112129 need = nCol*2;
112131 need = nCol;
112133 if( p->nData + need > p->nAlloc ){
112135 p->nAlloc = p->nAlloc*2 + need;
/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation6.phpt18 * Parameter : $input - array of which each element need to be checked in function
/PHP-5.5/ext/standard/tests/file/
H A Dbug52820.phpt7 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dbug53241.phpt5 /* unfortunately no standard function does a cast to FILE*, so we need
H A Dfile.inc325 $file_path = location of the file and where links need to be created
H A Dphp_fd_wrapper_04.phpt8 //we'd need a release and a test variation for windows, because in debug builds we get this message:
H A Duserstreams.phpt16 gives me all I need
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-5.5/ext/standard/tests/strings/
H A Daddslashes_basic.phpt7 * backslash and nul character) that need to be quoted in database queries etc.
H A Daddslashes_error.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Daddslashes_variation1.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Daddslashes_variation2.phpt6 …* Description: Returns a string with backslashes before characters that need to be quoted in datab…
H A Dbug61038.phpt20 Warning: unpack(): Type a: not enough input, need 6, have 5 in %s on line %d
H A Dbug72433.phpt12 // We need to increment the reference counter of our ArrayObject s.t. all reference counters of our…
H A Dpack_Z.phpt20 Warning: unpack(): Type Z: not enough input, need 2, have 1 in %s on line %d
H A Dstrtolower.phpt7 die('skip need "C" locale (this windows is broken)');
11 die('skip need "en_US.UTF-8" locale');
H A Dstrtoupper1.phpt7 die('skip need "C" locale (this windows is broken)');
11 die('skip need "en_US.UTF-8" locale');
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re287 /* no need to check for length - re2c already did */
/PHP-5.5/ext/xmlrpc/
H A Dconfig.m476 AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt5 extension_loaded("xsl") or die("skip need ext/xsl");
/PHP-5.5/ext/zlib/tests/
H A Dbug61287.phpt4 <?php extension_loaded("zlib") or die("SKIP need zlib");
H A Dbug65391.phpt5 extension_loaded("zlib") or die("skip need zlib");
H A Dbug67724.phpt5 extension_loaded("zlib") or die("skip need ext/zlib");
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");

Completed in 381 milliseconds

123456789