Home
last modified time | relevance | path

Searched refs:executed (Results 26 – 50 of 54) sorted by relevance

123

/PHP-5.4/ext/pdo_odbc/
H A Dodbc_stmt.c146 if (stmt->executed) { in odbc_stmt_dtor()
169 if (stmt->executed) { in odbc_stmt_execute()
261 if (!stmt->executed) { in odbc_stmt_execute()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.h147 int executed; member
H A Dphp_mssql.c1996 statement->executed=FALSE;
/PHP-5.4/tests/lang/
H A Dbug20175.phpt13 * foo_global() increments global variable $foo_count whenever it is executed.
H A D024.phpt114 if (0) { /* this code is not supposed to be executed */
143 } elseif (2-2) { /* as long as 2-2==0, this isn't supposed to be executed either */
/PHP-5.4/ext/pdo/
H A Dphp_pdo_driver.h557 unsigned executed:1; member
H A Dpdo_stmt.c519 if (!stmt->executed) { in PHP_METHOD()
528 stmt->executed = 1; in PHP_METHOD()
692 if (!stmt->executed) { in do_fetch_common()
2083 stmt->executed = 0; in pdo_stmt_do_next_rowset()
2132 stmt->executed = 0; in PHP_METHOD()
2142 stmt->executed = 0; in PHP_METHOD()
H A Dpdo_dbh.c1136 if (!stmt->executed) { in PHP_METHOD()
1140 stmt->executed = 1; in PHP_METHOD()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt55 And now the right side of the expression will be executed first:
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt59 // Add a tiny delay to ensure that queries get executed in a certain order
H A Dmysqli_report.phpt234 // All we can do is make a few dummy calls to ensure that all codes gets executed which
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c130 if (stmt->executed) { in oci_stmt_execute()
150 if (!stmt->executed) { in oci_stmt_execute()
/PHP-5.4/ext/oci8/
H A Dphp_oci8_int.h200 unsigned executed:1; /* statement executed flag */ member
H A Doci8_statement.c196 statement->executed = 0; in php_oci_statement_fetch()
480 if (statement->stmttype == OCI_STMT_SELECT && statement->executed == 0) { in php_oci_statement_execute()
482 statement->executed = 1; in php_oci_statement_execute()
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt68 the style "x-httpd-php". All files in it will get executed as PHP. This is nice to
/PHP-5.4/ext/pgsql/
H A DREADME99 to server. It cannot cancel query executed by pg_exec(), since
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_statement.c223 if (!stmt->executed && !stmt->column_count) { in pgsql_stmt_execute()
/PHP-5.4/ext/pdo_firebird/
H A Dfirebird_statement.c161 if (!stmt->executed) { in firebird_stmt_fetch()
/PHP-5.4/ext/exif/
H A Dtest.txt10 * script cannot be executed or does not generate any output check
/PHP-5.4/Zend/
H A DZEND_CHANGES492 and the first block that has a 'instanceof' match gets executed.
1051 the evaluated string. For example, if 'return 7;' is executed in
/PHP-5.4/
H A DINSTALL458 executed as PHP. Using this example, you could have any
465 and .phtml files to be executed as PHP, but nothing else, we'd use
722 get executed as PHP. This is nice to hide PHP usage by renaming
H A Dltmain.sh4967 The $output program cannot be directly executed until all the libtool
H A Dphp.ini-development633 ; a script is executed. For performance reasons, this feature should be disabled
H A Dphp.ini-production633 ; a script is executed. For performance reasons, this feature should be disabled
/PHP-5.4/win32/
H A Dinstall.txt915 get executed as PHP. This is nice to hide PHP usage by renaming

Completed in 88 milliseconds

123