Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/
H A DREADME.SELF-CONTAINED-EXTENSIONS141 as a shared module. I will explain now how you can add shared module
H A DREADME.SUBMITTING_PATCH184 - Did I explain my patch clearly?
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c76690 if( pParse->explain==2 )
78155 assert( p->explain );
78257 if( p->explain==1 ){
78298 if( p->explain==1 ){
78565 p->explain = pParse->explain;
81924 if( p->explain ){
84234 assert( p->explain==0 );
126473 if( pParse->explain ){
130009 if( pParse->explain==2 ){
151315 { pParse->explain = 1; }
[all …]
/PHP-7.2/win32/
H A Dinstall.txt1559 This example will explain the process of adding support for the popular
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt10188 bility of matching an empty string. Comments in the code explain what

Completed in 436 milliseconds