Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A D050.phpt2 non freed statement test
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
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
/PHP-5.5/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
/PHP-5.5/ext/oci8/tests/
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);
H A Dstatement_cache.phpt2 statement cache
/PHP-5.5/Zend/tests/
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
H A Ddeclare_004.phpt2 Testing declare statement with several type values
H A Ddeclare_001.phpt2 Testing declare statement with several type values
H A Ddeclare_002.phpt2 Testing declare statement with several type values
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt61 echo "Closing statement: " . var_export($insert_stmt->close(), true) . "\n";
74 Closing statement: true
H A Dbug66550.phpt2 Bug #66550 (SQLite prepared statement use-after-free)
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs2.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_cn.c96 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.5/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.5/ext/standard/tests/file/
H A Dstat_variation6-win32.phpt48 clearstatcache(); // clear statement cache
65 clearstatcache(); // clear statement cache
/PHP-5.5/
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
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug61267.phpt2 PDO::exec() returns 0 when the statement is a SELECT.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt30 or PDO->query() and invoke an error on the statement handle,
33 operation performed on a particular statement handle.
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c59 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() argument
77 if (statement == SQL_NULL_HSTMT && S) { in pdo_odbc_error()
78 statement = S->stmt; in pdo_odbc_error()
81 if (statement) { in pdo_odbc_error()
83 eh = statement; in pdo_odbc_error()
/PHP-5.5/ext/gd/libgd/
H A DREADME17 The following statement is from the original GD package:
22 gd, the following copyright statement covers all of the authors who
23 have required such a statement. _If you are aware of any oversights in

Completed in 45 milliseconds

12345678910>>...12