Home
last modified time | relevance | path

Searched refs:execute (Results 151 – 175 of 343) sorted by relevance

12345678910>>...14

/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt18 $s->execute();
28 $s->execute();
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbug_45876.phpt13 $stmt->execute();
/PHP-7.3/ext/spl/tests/
H A DSplFixedArray_current_param.phpt15 echo $array->current( array("this","should","not","execute") );
H A DSplFixedArray_key_param.phpt15 echo $array->key( array("this","should","not","execute") );
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug77578.phpt10 // to execute a PHP subprocess, and check its exit status.
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt27 // execute() has not been called yet
32 $stmt->execute();
57 $stmt->execute();
74 if (!($stmt = @$db->prepare($sql)) || (!@$stmt->execute())) {
86 $stmt->execute();
145 $stmt->execute();
238 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
259 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
280 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
H A Dpdo_mysql_stmt_closecursor_empty.phpt31 $stmt->execute();
49 $stmt->execute();
H A Dbug_39483.phpt17 $stmt->execute(array(1));
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_76452.phpt18 $query->execute();
H A Dbug_72583.phpt13 $S->execute();
H A Dbug_72931.phpt11 $S->execute();
H A Dbug_73087.phpt19 $S->execute();
H A Dbug_76488.phpt23 $sth->execute();
/PHP-7.3/ext/pdo/tests/
H A Dpdo_009.phpt53 $stmt->execute();
56 $stmt->execute();
H A Dbug_40285.phpt22 $s->execute();
/PHP-7.3/ext/pdo_sqlite/tests/
H A Dbug35336.phpt18 $b->execute(array (5));
H A Dbug70862.phpt28 $stmt->execute();
H A Dbug_63916.phpt17 $stmt->execute();
/PHP-7.3/ext/sqlite3/tests/
H A Dbug45798.phpt18 $results = $stmt->execute();
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug72570.phpt21 var_dump($stmt->execute([1]));
H A Dbug72294.phpt122 $statement->execute();
135 $statement->execute();
/PHP-7.3/ext/mysqli/tests/
H A Dbug33263.phpt24 $stmt->execute();
/PHP-7.3/ext/intl/tests/
H A Dsymfony_format_type_int32_intl7.phpt14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl3.phpt14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int32_intl6.phpt14 // execute the code from #testFormatTypeInt32Intl

Completed in 31 milliseconds

12345678910>>...14