Home
last modified time | relevance | path

Searched refs:statement (Results 151 – 175 of 297) sorted by relevance

12345678910>>...12

/PHP-5.6/ext/oci8/tests/
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
H A Dbug40415.phpt157 resource(%d) of type (oci8 statement)
159 resource(%d) of type (oci8 statement)
161 resource(%d) of type (oci8 statement)
H A Darray_bind_009.phpt15 Warning: oci_bind_array_by_name(): supplied resource is not a valid oci8 statement resource in %s o…
H A Dold_oci_close.phpt22 resource(%d) of type (oci8 statement)
H A Dlob_020.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_clob", $clob,-1,OCI_B_CLOB);
24 oci_execute($statement, OCI_DEFAULT);
/PHP-5.6/ext/pdo/tests/
H A Dbug_52098.phpt29 Test prepared statement with PDOStatement class.
38 Test regular statement with PDOStatement class.
/PHP-5.6/Zend/tests/
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)
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
H A Ddeclare_003.phpt2 Testing declare statement with several type values
/PHP-5.6/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…
/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmbfilter_byte4.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs2.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.6/ext/mysqli/tests/
H A D050.phpt2 non freed statement test
H A Dmysqli_stmt_field_count.phpt29 printf("[004] Prepare should fail for an empty statement\n");
76 printf("[020] Prepare should fail, statement has been closed\n");
95 …am(): Number of variables doesn't match number of parameters in prepared statement in %s on line %d
H A Dmysqli_stmt_bind_limits.phpt56 printf("... statement with %d parameters prepared\n", $stmt->param_count);
121 ... statement with 65520 parameters prepared
126 ... statement with 65520 parameters prepared
/PHP-5.6/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt61 echo "Closing statement: " . var_export($insert_stmt->close(), true) . "\n";
74 Closing statement: true
/PHP-5.6/ext/standard/tests/file/
H A Dstat_variation6-win32.phpt48 clearstatcache(); // clear statement cache
65 clearstatcache(); // clear statement cache
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt49 echo "Test 4 - Setting on statement has no effect. Attempt lower case but get upper\n";
75 Test 4 - Setting on statement has no effect. Attempt lower case but get upper
/PHP-5.6/ext/oci8/
H A Doci8.c1498 php_oci_statement_free(statement TSRMLS_CC); in php_oci_statement_list_dtor()
1735 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()
1736 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
1743 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()
1744 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
2687 PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); in php_oci_fetch_row()
2698 statement = invokedstatement; in php_oci_fetch_row()
2715 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) in php_oci_fetch_row()
2731 if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) in php_oci_fetch_row()
2747 for (i = 0; i < statement->ncolumns; i++) { in php_oci_fetch_row()
[all …]
/PHP-5.6/
H A DREADME.namespaces26 The namespace declaration statement must be the very first statement in
27 the file. The only exception is "declare" statement that can be used before.
51 The use statement only defines name aliasing. It may create name alias for
52 namespace or class. The simple form of statement "use A\B\C\D;" is
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any

Completed in 63 milliseconds

12345678910>>...12