Skip to content

Commit 8fb5db5

Browse files
PHP 8.4: MYSQLI_TYPE_VECTOR (#4065)
1 parent 348789a commit 8fb5db5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/mysqli/constants.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,17 @@
800800
</para>
801801
</listitem>
802802
</varlistentry>
803+
<varlistentry xml:id="constant.mysqli-type-vector">
804+
<term>
805+
<constant>MYSQLI_TYPE_VECTOR</constant>
806+
(<type>int</type>)
807+
</term>
808+
<listitem>
809+
<para>
810+
Field is defined as <literal>VECTOR</literal>.
811+
</para>
812+
</listitem>
813+
</varlistentry>
803814
<varlistentry xml:id="constant.mysqli-need-data">
804815
<term><constant>MYSQLI_NEED_DATA</constant></term>
805816
<listitem>

0 commit comments

Comments
 (0)