Home
last modified time | relevance | path

Searched refs:execute (Results 101 – 125 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pdo/tests/
H A Dpdo_026.phpt50 $stmt->execute();
63 $stmt->execute($row);
H A Dpdo_035.phpt14 $stmt->execute();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt51 $stmt->execute();
55 $stmt->execute();
62 $stmt->execute();
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()) {
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl5.phpt14 // execute the code from #testFormatTypeInt32Intl
H A Dsymfony_format_type_int64_intl1.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl2.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl3.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl4.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl5.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl6.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl7.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_int64_intl8.phpt14 // execute the code from #testFormatTypeInt64Intl
H A Dsymfony_format_type_double_intl1.phpt14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl2.phpt14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl3.phpt14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl4.phpt14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_int32_intl4.phpt14 // execute the code from #testFormatTypeInt32Intl
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug41996.phpt16 $stmt->execute();
H A Dpdo_oci_attr_case.phpt18 $s->execute();
28 $s->execute();
/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_45876.phpt13 $stmt->execute();
H A Dbug_50755.phpt18 $x = $stmt->execute();
/PHP-5.5/ext/mysqli/tests/
H A Dbug38710.phpt15 $qry->execute();
/PHP-5.5/ext/oci8/tests/
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute \n";
53 Test 1 - Assign a resource to the bind variable and execute
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_current_param.phpt15 echo $array->current( array("this","should","not","execute") );

Completed in 55 milliseconds

12345678910>>...12