Home
last modified time | relevance | path

Searched refs:execute (Results 76 – 100 of 341) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/pdo/tests/
H A Dpdo_028.phpt25 $stmt->execute();
28 $stmt->execute();
H A Dbug_43130.phpt34 $stmt->execute();
38 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
40 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_025.phpt32 $stmt->execute($row);
41 $stmt->execute();
55 $stmt->execute();
H A Dpdo_030.phpt38 function execute($params = array())
41 parent::execute();
67 $stmt->execute($row);
H A Dpdo_006.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dbug_39656.phpt26 $stmt->execute();
30 $stmt->execute();
H A Dpdo_007.phpt24 $stmt->execute();
27 $stmt->execute();
H A Dpdo_005.phpt42 $stmt->execute();
45 $stmt->execute();
48 $stmt->execute();
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt41 PDO::query() will prepare and execute a statement in one step.
71 ---> execute() has been send on the line, you are supposed to fetch
72 ---> you must not try to send a CLOSE after execute()
82 - use prepare() + execute() instead of query()
91 $stmt->execute();
95 $stmt->execute();
H A Dpdo_mysql_prepare_native_named_placeholder.phpt31 $stmt->execute(array(':placeholder' => 'row1'));
39 $stmt->execute();
50 $stmt->execute(array(':placeholder' => 'row1'));
59 $stmt->execute();
H A Dbug_61755.phpt20 $s->execute();
27 $s->execute();
/PHP-7.2/ext/sqlite3/tests/
H A Dbug70628.phpt17 $sth->execute();
24 $sth->execute();
H A Dsqlite3_28_clear_bindings.phpt24 $results = $stmt->execute();
31 $results = $stmt->execute();
/PHP-7.2/sapi/phpdbg/tests/
H A Dbasic_run.phpt7 prompt> [Nothing to execute!]
/PHP-7.2/ext/pdo_firebird/tests/
H A Dbug_47415.phpt24 $stmt->execute();
31 $stmt->execute();
H A Dbug_48877.phpt24 $stmt->execute();
31 $stmt->execute();
H A Dbug_64037.phpt24 $stmt->execute();
32 $stmt->execute();
H A Dbug_53280.phpt22 $stmth2->execute(array('A', 'B'));
27 $stmth1->execute(array('A', 'B'));
H A Dexecute.phpt2 PDO_Firebird: prepare/execute/binding
30 $s->execute();
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt28 $stmt->execute();
44 $stmt->execute();
59 $stmt->execute();
H A Dmysqli_stmt_datatype_change.phpt2 Playing with datatype change between prepare and execute
29 var_dump($s1->execute(), $s1->bind_result($col1));
42 var_dump($s1->execute());
H A Dmysqli_stmt_get_result_non_select.phpt28 !$stmt->execute())
55 !$stmt->execute())
74 !$stmt->execute())
/PHP-7.2/ext/odbc/tests/
H A Dbug73448.phpt14 "/* non existent procedure xy */ execute xy",
42 string(42) "/* non existent procedure xy */ execute xy"
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DFAQ5 You can execute longest match by using ONIG_OPTION_FIND_LONGEST option
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt23 $s->execute();
31 $s->execute();

Completed in 40 milliseconds

12345678910>>...14