Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/spl/tests/
H A Dbug62616.phpt9 $ii = new IteratorIterator($ai);
11 var_dump($ii->count());
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_type_juggling.phpt108 bind_param('ii', '1', '2') --> OK (int column, string value)
109 bind_param('ii', 1, 2) --> OK (int column, int value)
H A Dmysqli_prepare.phpt69 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbeaux.c813 int ii; in Cleanup() local
814 for(ii = 0; ii < p->keylistStackDepth; ii++){ in Cleanup()
815 sqliteVdbeKeylistFree(p->keylistStack[ii]); in Cleanup()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c16588 for(ii=0; ii<=LOGMAX; ii++){ in memsys5Init()
16593 for(ii=LOGMAX; ii>=0; ii--){ in memsys5Init()
115655 for(ii=0; ii<nTC; ii++){
117838 for(ii=0; ii<nCol; ii++){
125442 for(ii=0; ii<nCell; ii++){
125884 for(ii=0; ii<nCell; ii++){
126177 for(ii=0; ii<nCell; ii++){
126210 for(ii=0; ii<nCell; ii++){
126457 for(ii=0; ii<nCell; ii++){
126866 for(ii=0; ii<nCell; ii++){
[all …]
/PHP-5.3/
H A Dltmain.sh789 *.ii) xform=ii ;;
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS545 (ii) Added --help to list all options with an explanatory phrase.
H A DChangeLog3476 (ii) If, instead of a pattern, "<rest-of-line" is given, pcretest reads a
3675 (ii) The code for \cx, which used the "case flipping" table to upper case
4160 (ii) The pcre_extra structure (see 45 above) has a void * field called
4189 (ii) A negated character class with a single character < 255 is coded as
4297 (ii) Added --help to list all options with an explanatory phrase.
/PHP-5.3/ext/date/lib/
H A Dparse_date.re270 { "ii", 0, 2 },

Completed in 428 milliseconds