Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/pdo/
H A DREADME27 executed. This works fine for most simple tasks but can be significantly
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()
2074 stmt->executed = 0; in pdo_stmt_do_next_rowset()
2123 stmt->executed = 0; in PHP_METHOD()
2133 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.5/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.5/ext/mssql/
H A Dphp_mssql.h147 int executed; member
H A Dphp_mssql.c2001 statement->executed=FALSE;
/PHP-5.5/tests/lang/
H A Dbug20175.phpt13 * foo_global() increments global variable $foo_count whenever it is executed.
/PHP-5.5/ext/opcache/
H A DREADME150 inheritance (These are the only opcodes that can be executed by PHP,
151 but which may not be executed because the parent class is missing due to
/PHP-5.5/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.5/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.5/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.5/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.5/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.5/ext/pgsql/
H A DREADME99 to server. It cannot cancel query executed by pg_exec(), since
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c223 if (!stmt->executed && (!stmt->column_count || S->cols == NULL)) { in pgsql_stmt_execute()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c161 if (!stmt->executed) { in firebird_stmt_fetch()
/PHP-5.5/ext/exif/
H A Dtest.txt10 * script cannot be executed or does not generate any output check
/PHP-5.5/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.5/
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-development630 ; a script is executed. For performance reasons, this feature should be disabled
H A Dphp.ini-production630 ; a script is executed. For performance reasons, this feature should be disabled

Completed in 123 milliseconds

123