Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/oci8/tests/
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 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 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
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
37 Test 1 - Execute - after successful 2nd query with same statement
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h210 OCIStmt *statement; /* used for binding REFCURSORs */ member
228 php_oci_statement *statement; /* statement handle. used when fetching REFCURSORS */ member
335 #define PHP_OCI_ZVAL_TO_STATEMENT(zval, statement) \ argument
336 ZEND_FETCH_RESOURCE(statement, php_oci_statement *, &zval, -1, "oci8 statement", le_statement)
355 #define PHP_OCI_ZVAL_TO_STATEMENT_EX(zval, statement) \ argument
356 PHP_OCI_FETCH_RESOURCE_EX(zval, statement, php_oci_statement *, "oci8 statement", le_statement)
465 int php_oci_bind_array_by_name(php_oci_statement *statement, char *name, int name_len, zval* var, l…
/PHP-5.5/ext/mbstring/libmbfl/filters/
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
H A Dmbfilter_byte4.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.5/ext/standard/tests/strings/
H A Dbug20108.phpt2 Bug #20108 (Segfault on printf statement)
/PHP-5.5/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.5/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.5/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
H A Djump09.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
H A Djump10.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
H A Dclone_003.phpt2 Using clone statement on undefined variable
H A Dbug46106.phpt2 Bug #46106 (Memory leaks when using global statement)
/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt13 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…

Completed in 38 milliseconds

12345678910>>...12