Home
last modified time | relevance | path

Searched refs:statement (Results 126 – 150 of 297) sorted by relevance

12345678910>>...12

/PHP-5.6/ext/oci8/tests/
H A Dbug27303_3.phpt16 foreach ($create_st as $statement) {
17 $stmt = oci_parse($c, $statement);
45 foreach ($create_st as $statement) {
46 $stmt = oci_parse($c, $statement);
H A Dlob_026.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_030.phpt24 $statement = oci_parse($c,$ora_sql);
26 oci_bind_by_name($statement,":v_clob", $clob, -1, OCI_B_CLOB);
27 oci_execute($statement, OCI_DEFAULT);
H A Dlob_027.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmbfilter_koi8r.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_koi8u.c73 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp1254.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp850.c72 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_armscii8.c75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp1251.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp866.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_byte2.c89 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uuencode.c55 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.6/ext/standard/tests/strings/
H A Dbug20108.phpt2 Bug #20108 (Segfault on printf statement)
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt22 echo "Closing statement\n";
41 Closing statement
H A Dsqlite3_09_blob_bound_param.phpt26 echo "Closing statement\n";
50 Closing statement
/PHP-5.6/Zend/tests/use_const/
H A Dself_parent.phpt2 Allow self and parent in use const statement
/PHP-5.6/Zend/tests/use_function/
H A Dself_parent.phpt2 Allow self and parent in use function statement
/PHP-5.6/tests/lang/
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
61 Lots of initialisations in the same statement.
/PHP-5.6/Zend/tests/
H A Dclone_001.phpt2 Using clone statement on non-object
H A Djump07.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump12.phpt2 jump 09: goto in declare statement
H A Dns_065.phpt2 065: Multiple names in use statement

Completed in 41 milliseconds

12345678910>>...12