Home
last modified time | relevance | path

Searched refs:execute (Results 201 – 225 of 358) sorted by relevance

12345678910>>...15

/php-src/ext/mysqli/tests/
H A Dbug55653.phpt24 !($stmt->execute()) ||
H A Dbug34785.phpt33 $stmt->execute();
H A Dbug80837.phpt21 $statement->execute();
H A Dbug77935.phpt28 $stmt->execute();
H A Dbug44897.phpt32 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute())
53 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
/php-src/ext/pdo_odbc/tests/
H A Dbug80783.phpt21 $stmt->execute();
H A Dbug80783a.phpt27 $stmt->execute();
/php-src/ext/pdo/tests/
H A Dbug_39398.phpt23 $stmt->execute();
H A Dbug_40285.phpt23 $s->execute();
H A Dpdo_038.phpt18 $stmt->execute();
H A Dpdo_002.phpt24 $stmt->execute();
/php-src/ext/pdo_firebird/tests/
H A Dbug_76452.phpt23 $query->execute();
H A Dbug_72583.phpt18 $S->execute();
H A Dbug_76488.phpt29 $sth->execute();
H A Dbug_73087.phpt24 $S->execute();
/php-src/ext/pdo_mysql/tests/
H A Dbug_41698.phpt21 $stmt->execute(array($value));
H A Dbug81037.phpt24 $stmt->execute();
H A Dpdo_mysql_param_str_natl.phpt21 $stmt->execute();
H A Dpdo_mysql_stmt_fetchobject.phpt14 $ok = $stmt->execute();
67 $stmt->execute();
/php-src/ext/phar/tests/tar/
H A Dtar_001.phpt17 echo "should not execute\n";
H A Dtar_002.phpt20 echo "should not execute\n";
/php-src/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt17 $stmt->execute();
/php-src/sapi/fuzzer/
H A DMakefile.frag8 $(SAPI_FUZZER_PATH)/php-fuzz-execute: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(PHP_FUZZER_EXECUTE_OBJS)
/php-src/ext/pdo_pgsql/tests/
H A Dbug69344.phpt29 $stmt->execute($arr);
/php-src/ext/pgsql/tests/
H A DREADME.md13 create the database to execute the test scripts. By executing the above command

Completed in 24 milliseconds

12345678910>>...15