Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 56) sorted by path

123

/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 DNEWS2147 . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
8344 inside a failed query executed via query() method). (Ilia)
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES149 echo "I was executed\n";
152 I was executed
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
/PHP-5.5/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.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/Zend/tests/
H A Dbug32596.phpt21 echo "this is still executed\n";
26 this is still executed
/PHP-5.5/Zend/tests/traits/
H A Dbug55554a.phpt10 echo "ctor executed\n";
33 New constructor: ctor executed
34 Legacy constructor: ctor executed
H A Dbug55554b.phpt8 echo "foo executed\n";
11 echo "bar executed\n";
H A Dbug55554c.phpt13 echo "TC1 executed\n";
16 echo "TC1 executed\n";
22 echo "TC2 executed\n";
25 echo "TC1 executed\n";
33 echo "New constructor executed\n";
36 echo "Legacy constructor executed\n";
46 ReportCollision: New constructor executed
H A Dbug55554d.phpt13 echo "TNew executed\n";
19 echo "ReportCollision executed\n";
H A Dbug55554e.phpt10 echo "TC1 executed\n";
16 echo "TC1 executed\n";
H A Dbug55554f.phpt11 echo "TNew executed\n";
19 echo "ReportCollision executed\n";
H A Dbug55554g.phpt11 echo "TLegacy executed\n";
19 echo "ReportCollision executed\n";
/PHP-5.5/ext/exif/
H A Dtest.txt10 * script cannot be executed or does not generate any output check
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1220 # point from the a.out header, using it to find the first code executed
16775 # binary executed in compatibility mode under SunOS 5.x".
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2001 statement->executed=FALSE;
H A Dphp_mssql.h147 int executed; member
/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/oci8/
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()
H A Dphp_oci8_int.h200 unsigned executed:1; /* statement executed flag */ member
/PHP-5.5/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_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.
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.

Completed in 137 milliseconds

123