Skip to content

Commit

Permalink
FFI section sync (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 7, 2024
1 parent af58e07 commit f03e329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/ffi/ffi.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: pierrick Status: ready -->
<!-- EN-Revision: 246772c44786e141bf76c6b492e1c3e7b8400c30 Maintainer: pierrick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.ffi" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -51,7 +51,7 @@
<modifier>public</modifier>
<modifier>const</modifier>
<type>int</type>
<varname linkend="ffi-ffi.constants.biggest-alignment">FFI::__BIGGEST_ALIGNMENT__</varname>
<varname linkend="ffi.constants.biggest-alignment">FFI::__BIGGEST_ALIGNMENT__</varname>
</fieldsynopsis>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
Expand All @@ -66,7 +66,7 @@
<section xml:id="ffi-ffi.constants">
&reftitle.constants;
<variablelist>
<varlistentry xml:id="ffi-ffi.constants.biggest-alignment">
<varlistentry xml:id="ffi.constants.biggest-alignment">
<term><constant>FFI::__BIGGEST_ALIGNMENT__</constant></term>
<listitem>
<para/>
Expand Down

0 comments on commit f03e329

Please sign in to comment.