Home
last modified time | relevance | path

Searched refs:Stmt (Results 1 – 12 of 12) sorted by relevance

/PHP-8.4/ext/mysqli/tests/
H A Dprotocol_stmt_row_fetch_data.phpt49 [*] Sending - Stmt prepare data intval: 0c0000010001000000020000000000003200000203646566087068705f7…
51 [*] Sending - Stmt execute data intval: 01000001023200000203646566087068705f74657374046461746104646…
54 [*] Sending - Stmt prepare data fltval: 0c0000010001000000020000000000003200000203646566087068705f7…
56 [*] Sending - Stmt execute data fltval: 01000001023200000203646566087068705f74657374046461746104646…
59 [*] Sending - Stmt prepare data dblval: 0c0000010001000000020000000000003200000203646566087068705f7…
64 [*] Sending - Stmt prepare data datval: 0c0000010001000000020000000000003200000203646566087068705f7…
66 [*] Sending - Stmt execute data datval: 01000001023200000203646566087068705f74657374046461746104646…
69 [*] Sending - Stmt prepare data timval: 0c0000010001000000020000000000003200000203646566087068705f7…
74 [*] Sending - Stmt prepare data dtival: 0c0000010001000000020000000000003200000203646566087068705f7…
79 [*] Sending - Stmt prepare data bitval: 0c0000010001000000020000000000003200000203646566087068705f7…
[all …]
H A Dghsa-h35g-vwh6-m678-stmt-row-float.phpt45 [*] Sending - Stmt prepare data fltval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data fltval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-int.phpt45 [*] Sending - Stmt prepare data intval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data intval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-no-space.phpt45 [*] Sending - Stmt prepare data strval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data strval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-string.phpt45 [*] Sending - Stmt prepare items: 0c0000010001000000010000000000003000000203646566087068705f7465737…
47 [*] Sending - Malicious Stmt Response for items [Extract heap through buffer over-read]: 0100000101…
H A Dghsa-h35g-vwh6-m678-stmt-row-time.phpt45 [*] Sending - Stmt prepare data timval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data timval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-bit.phpt45 [*] Sending - Stmt prepare data bitval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data bitval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-date.phpt45 [*] Sending - Stmt prepare data datval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data datval [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-datetime.phpt45 [*] Sending - Stmt prepare data dtival: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data dtival [Extract heap through buffer over-read]: 0100…
H A Dghsa-h35g-vwh6-m678-stmt-row-double.phpt45 [*] Sending - Stmt prepare data dblval: 0c0000010001000000020000000000003200000203646566087068705f7…
47 [*] Sending - Malicious Stmt Response for data dblval [Extract heap through buffer over-read]: 0100…
H A Dfake_server.inc587 $this->send($this->packets_to_bytes($packets), "Stmt prepare items");
594 $this->send($this->packets_to_bytes($packets), "Stmt prepare data $field_name");
600 $this->send($this->packets_to_bytes($packets), "Stmt execute items");
606 $this->send($this->packets_to_bytes($packets), "Stmt execute data $field_name");
711 …$conn->send($conn->packets_to_bytes($rh), "Malicious Stmt Response for items [Extract heap through…
733 "Malicious Stmt Response for data $field_name [Extract heap through buffer over-read]"
/PHP-8.4/build/
H A Dgen_stub.php11 use PhpParser\Node\Stmt; alias
12 use PhpParser\Node\Stmt\Class_;
13 use PhpParser\Node\Stmt\Enum_;
14 use PhpParser\Node\Stmt\Interface_;
15 use PhpParser\Node\Stmt\Trait_;
4456 Stmt\PropertyProperty $property,
4523 Stmt\ClassLike $class,
4712 if ($stmt instanceof Stmt\Nop) {
4721 if ($stmt instanceof Stmt\Const_) {
4739 if ($stmt instanceof Stmt\Function_) {
[all …]

Completed in 43 milliseconds