Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 49) sorted by relevance

12

/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug41037.phpt18 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
21 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
23 Warning: unregister_tick_function(): Unable to delete tick function executed at the moment in %s on…
H A Dob_get_flush_error.phpt19 // No ob_start() executed
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug42151.phpt12 echo 'I never get executed.' . "\n";
17 echo 'I don\'t get executed either.' . "\n";
32 I don't get executed either.
/PHP-5.3/Zend/tests/
H A Dbug32596.phpt21 echo "this is still executed\n";
26 this is still executed
/PHP-5.3/ext/oci8/tests/
H A Dbug36403.phpt36 // Should generate an error: ORA-24338: statement handle not executed
37 // since the statement handle was only described and not executed
H A Drefcur_prefetch_4.phpt58 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
68 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
H A Drefcur_prefetch_2.phpt56 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed.
66 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt28 $a = 0; // $a should not be indexable till the i4 has been executed
H A Dbug20175.phpt13 * foo_global() increments global variable $foo_count whenever it is executed.
/PHP-5.3/
H A DREADME.TESTING41 test scripts such as session must be executed by CGI SAPI. Therefore,
57 [Which test scripts are executed]
66 the extension) and gets executed.
82 code executed to the test script directory. For example, if
85 ext/myext/tests/myext.php - actual test file executed
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES149 echo "I was executed\n";
152 I was executed
H A DTODO111 * Provide a callback facility which is executed upon encountering
/PHP-5.3/sapi/roxen/
H A DREADME7 script is executed at any one time). The second option is using ZTS
/PHP-5.3/ext/phar/tests/
H A Dzf_test.phpt26 echo 'BlogApp is intended to be executed from a web browser\n';
/PHP-5.3/ext/pdo/tests/
H A Dbug_34630.phpt34 * executed */
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c50 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_execute()
85 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_param_hook()
/PHP-5.3/ext/spl/internal/
H A Drecursivecachingiterator.inc82 * already executed. Hence when flag CATCH_GET_CHILD was given in
/PHP-5.3/Zend/RFCs/
H A D002.txt110 Code executed within the "HTML" namespace may refer to the Form class
111 as just "Form". Code executed from within other namespaces has to
/PHP-5.3/ext/pdo/
H A DREADME27 executed. This works fine for most simple tasks but can be significantly
H A Dphp_pdo_driver.h562 unsigned executed:1; member
/PHP-5.3/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.3/ext/mssql/
H A Dphp_mssql.h147 int executed; member
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in132 ** If the query could not be executed because a database file is
139 const char *sql, /* SQL to be executed */
213 ** by the last INSERT, UPDATE, or DELETE statment executed by sqlite_exec(),
341 const char *sql, /* SQL to be executed */
358 ** string describing the SQL to be executed. Arguments to the format
618 ** a log file of all SQL executed against a database.
628 ** that is ready to be executed.
667 ** to be executed. This routine executes the statement as far as it can
716 ** if the statement executed successfully and some other value is returned if
789 ** in less than N opcodes being executed, then the progress callback is not
/PHP-5.3/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.3/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

Completed in 49 milliseconds

12