Home
last modified time | relevance | path

Searched refs:execute (Results 26 – 50 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
117 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
[all …]
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt47 if (is_array($error_info) && isset($error_info['execute']))
48 $ret = @$stmt->execute($input_params);
50 $ret = $stmt->execute($input_params);
56 if (is_array($error_info) && isset($error_info['execute'])) {
59 if (isset($error_info['execute']['sqlstate']) &&
60 ($error_info['execute']['sqlstate'] !== $tmp[0])) {
62 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
66 if (isset($error_info['execute']['mysql']) &&
67 ($error_info['execute']['mysql'] !== $tmp[1])) {
69 $offset, $error_info['execute']['mysql'], $tmp[0]);
[all …]
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt28 $stmt->execute(array('test'));
43 $stmt->execute(array('test'));
64 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
74 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
76 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line 33
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
19 if (true !== $stmt->execute())
26 if (true !== $stmt->execute())
H A Dbug_pecl_12925.phpt22 $stmt->execute();
24 $stmt->execute();
26 $stmt->execute();
H A Dbug_61207.phpt25 $handle1->execute();
40 $handle2->execute();
56 $handle3->execute();
73 $handle4->execute();
H A Dpdo_mysql_prepare_match_against.phpt21 $stmt->execute(array(':placeholder' => 'row'));
25 $stmt->execute(array('placeholder' => 'row'));
29 $stmt->execute(array('row'));
H A Dpdo_mysql_prepare_native_mixed_style.phpt22 $stmt->execute(array('a', 'b'));
24 $stmt->execute(array(1, 1));
39 Fatal error: Call to a member function execute() on a non-object in %s on line %d
H A Dbug44327.phpt16 $stmt->execute();
29 $stmt->execute();
38 @$stmt->execute();
H A Dbug_51670.phpt15 $query->execute();
18 $query->execute();
H A Dpdo_mysql_stmt_closecursor.phpt43 $stmt2->execute();
49 $stmt1->execute();
70 $stmt2->execute();
73 $stmt1->execute();
85 $stmt->execute();
103 $stmt->execute();
157 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
162 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
168 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
173 Warning: PDO::query(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbu…
H A Dpdo_mysql_prepare_native.phpt52 $ret = @$stmt->execute($input_params);
54 $ret = $stmt->execute($input_params);
67 if (is_array($error_info) && isset($error_info['execute'])) {
69 if (isset($error_info['execute']['sqlstate']) &&
70 ($error_info['execute']['sqlstate'] !== $tmp[0])) {
72 $offset, $error_info['execute']['sqlstate'], $tmp[0]);
76 if (isset($error_info['execute']['mysql']) &&
77 ($error_info['execute']['mysql'] !== $tmp[1])) {
79 $offset, $error_info['execute']['mysql'], $tmp[0]);
145 $params, array('execute' => array('sqlstate' => 'HY093')));
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo.php20 if (!$stmt->execute()) {
49 $stmt->execute(array($the_name)) or die("failed to execute!");
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt18 $query = "begin execute immediate 'drop table mytable'; exception when others then if sqlcode <> -9…
20 $stmt->execute();
24 $stmt->execute();
35 $stmt->execute();
53 $stmt->execute();
76 $rs = $stmt->execute();
129 $stmt->execute();
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
52 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
/PHP-5.5/ext/mysqli/tests/
H A Dbug66124.phpt43 if ($stmt->execute()){
46 printf("Can't execute\n");
73 if ($stmt->execute()){
76 printf("Can't execute\n");
H A Dmysqli_stmt_execute_stored_proc.phpt29 …printf("[012] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 …printf("[013] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
42 …printf("[016] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
73 …printf("[021] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
82 …printf("[024] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
111 …printf("[030] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
120 …printf("[033] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
153 …printf("[040] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
162 …printf("[043] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
/PHP-5.5/ext/reflection/tests/
H A Dbug63399.phpt18 Trait1::run as execute;
34 [execute] => Trait1::run
/PHP-5.5/ext/pdo/tests/
H A Dpdo_011.phpt65 $select1->execute();
68 $select2->execute();
71 $select2->execute();
74 $select2->execute();
78 $derived->execute();
80 $derived->execute();
82 $derived->execute();
H A Dbug_44861.phpt41 $res->execute();
58 $res->execute(array("it's working"));
62 // Test bug #48188, trying to execute again
63 $res->execute(array("try again"));
H A Dpecl_bug_5809.phpt2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param)
23 $stmt->execute($values);
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug33841.phpt17 var_dump($stmt->execute(), $stmt->rowCount());
22 var_dump($stmt->execute(), $stmt->rowCount());
/PHP-5.5/ext/oci8/tests/
H A Dcommit_002.phpt31 echo 'Could not execute: '. $m['message'] . "\n";
45 echo 'Could not execute: '. $m['message'] . "\n";
67 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s

Completed in 54 milliseconds

12345678910>>...12