Home
last modified time | relevance | path

Searched refs:execute (Results 26 – 50 of 355) sorted by path

12345678910>>...15

/PHP-7.4/ext/intl/tests/
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
/PHP-7.4/ext/json/
H A Dconfig.w3210 …STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation…
14 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
/PHP-7.4/ext/ldap/tests/
H A DREADME.md55 configured to execute the LDAP-Tests.
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c637 PHP_FALIAS(execute, mysqli_stmt_execute, arginfo_mysqli_no_params)
/PHP-7.4/ext/mysqli/tests/
H A D048.phpt30 $stmt->execute();
H A D063.phpt15 $stmt->execute();
23 // an exception should be thrown from prepare (i.e. constructor) not from execute
H A D064.phpt15 $stmt->execute();
H A D067.phpt48 $stmt[$i]->execute();
H A Dbug32405.phpt23 $stmt->execute();
H A Dbug33263.phpt24 $stmt->execute();
H A Dbug34785.phpt32 $stmt->execute();
H A Dbug35103.phpt28 $stmt->execute();
41 $stmt->execute();
H A Dbug35517.phpt17 $stmt->execute();
H A Dbug35759.phpt38 $stmt->execute();
H A Dbug38710.phpt15 $qry->execute();
H A Dbug42378.phpt74 printf("[%03d] Cannot execute PS, [%d] %s\n",
H A Dbug44897.phpt36 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute())
57 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
H A Dbug45019.phpt31 if (!$stmt->bind_result($column1) || !$stmt->execute())
H A Dbug45289.phpt23 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
H A Dbug48909.phpt26 if (!$stmt->execute()) {
H A Dbug52891.phpt45 if (!$stmt1->execute())
48 if (!$stmt2->execute())
53 if (!$stmt2->execute())
59 if (!$stmt1->execute())
62 if (!$stmt2->execute())
67 if (!$stmt2->execute())
71 if (!$stmt1->execute())
74 if (!$stmt2->execute())
78 if (!$stmt1->execute())
81 if (!$stmt2->execute())
H A Dbug55653.phpt23 !($stmt->execute()) ||
H A Dbug62046.phpt18 if (FALSE === $stmt->execute()) {

Completed in 37 milliseconds

12345678910>>...15