Home
last modified time | relevance | path

Searched refs:isnull (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c849 (isnull) = 0;\
854 (isnull) = 1;\
890 (isnull) = 0;\
895 (isnull) = 1;\
2329 int isnull; in match_at() local
2333 if (isnull) { in match_at()
2364 int isnull; in match_at() local
2368 if (isnull) { in match_at()
2373 if (isnull == -1) goto fail; in match_at()
2386 int isnull; in match_at() local
[all …]
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c21996 int i, j, k, n, isnull;
22007 isnull = escarg==0;
22008 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
22013 needQuote = !isnull && xtype==etSQLESCAPE2;

Completed in 478 milliseconds