Home
last modified time | relevance | path

Searched refs:explain (Results 1 – 15 of 15) sorted by relevance

/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt60 $explain = array();
62 $explain[] = $row;
64 if (empty($explain))
158 if ($explain != $explain_native)
161 var_export($explain, true),
166 if ($explain != $explain_native)
169 var_export($explain, true),
/PHP-5.3/ext/ereg/regex/
H A Dregerror.c37 const char *explain; member
94 s = r->explain; in regerror()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbuild.c40 pParse->explain = explainFlag; in sqliteBeginParse()
78 sqliteVdbeMakeReady(v, pParse->nVar, pParse->explain); in sqliteExec()
969 if( pParse->explain==0 && pParse->nErr==0 ){ in sqliteEndTable()
1254 if( pParse->explain ){ in sqliteDropTable()
1291 if( !pParse->explain ){ in sqliteDropTable()
1627 if( !pParse->explain ){ in sqliteCreateIndex()
1825 if( !pParse->explain ){ in sqliteDropIndex()
2030 if( !pParse->explain ){ in sqliteBeginTransaction()
2049 if( !pParse->explain ){ in sqliteCommitTransaction()
2053 if( !pParse->explain ){ in sqliteCommitTransaction()
[all …]
H A DvdbeInt.h280 u8 explain; /* True if EXPLAIN present on SQL command */ member
H A Dattach.c35 if( pParse->explain ) return; in sqliteAttach()
144 if( pParse->explain ) return; in sqliteDetach()
H A Dtrigger.c214 if( !pParse->explain ){ in sqliteFinishTrigger()
479 if( !pParse->explain ){ in sqliteDropTriggerPtr()
H A Dvdbeaux.c546 assert( p->explain ); in sqliteVdbeList()
642 p->explain |= isExplain; in sqliteVdbeMakeReady()
H A Dparse.y70 ecmd ::= explain cmdx SEMI.
73 explain ::= EXPLAIN. { sqliteBeginParse(pParse, 1); }
74 explain ::= . { sqliteBeginParse(pParse, 0); }
H A DsqliteInt.h920 u8 explain; /* True if the EXPLAIN flag is found on the query */ member
H A Dvdbe.c125 if( p->explain ){ in sqlite_step()
506 assert( p->explain==0 ); in sqliteVdbeExec()
/PHP-5.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS141 as a shared module. I will explain now how you can add shared module
H A DREADME.SUBMITTING_PATCH172 - Did I explain my patch clearly?
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c58691 assert( p->explain );
58716 if( p->explain==1 ){
58761 if( p->explain==1 ){
58826 if( p->explain==1 ){
59104 p->explain = pParse->explain;
61202 if( p->explain ){
63336 assert( p->explain==0 );
72823 if( pParse->explain==2 ){
91272 if( pParse->explain==2 ){
91317 if( pParse->explain==2 ){
[all …]
/PHP-5.3/win32/
H A Dinstall.txt1709 This example will explain the process of adding support for the popular
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9600 bility of matching an empty string. Comments in the code explain what

Completed in 304 milliseconds