Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/ereg/regex/
H A Dregerror.c37 const char *explain; member
94 s = r->explain; in regerror()
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS141 as a shared module. I will explain now how you can add shared module
H A DREADME.SUBMITTING_PATCH183 - Did I explain my patch clearly?
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c66126 assert( p->explain );
66152 if( p->explain==1 ){
66197 if( p->explain==1 ){
66256 if( p->explain==1 ){
66543 p->explain = pParse->explain;
69480 if( p->explain ){
71410 assert( p->explain==0 );
84662 if( pParse->explain==2 ){
107564 if( pParse->explain==2 ){
107979 if( pParse->explain ){
[all …]
/PHP-5.5/win32/
H A Dinstall.txt1568 This example will explain the process of adding support for the popular
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt10141 bility of matching an empty string. Comments in the code explain what

Completed in 393 milliseconds