Skip to content

Commit

Permalink
language sync with EN (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jan 15, 2025
1 parent c3fe7ab commit d27ea64
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions language/control-structures/require.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: 84b8fca68fc762fefe85acde180a38b2e77a28b9 Maintainer: jpauli Status: ready -->
<!-- EN-Revision: 30c0106d51ac2786b81b27709ca88f1daf07e716 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->

<sect1 xml:id="function.require" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -11,10 +11,9 @@
<literal>require</literal> est identique à
<function>include</function>
mis à part le fait que lorsqu'une erreur survient, il produit également
une erreur fatale de niveau <constant>E_COMPILE_ERROR</constant>. En d'autres termes,
il stoppera le script alors que <function>include</function>
n'émettra qu'une alerte de niveau <constant>E_WARNING</constant>, ce qui permet au script de
continuer.
une exception <classname>Error</classname> (erreur de niveau <constant>E_COMPILE_ERROR</constant>
avant PHP 8.0.0), tandis que <function>include</function> ne produira qu'un avertissement
(erreur de niveau <constant>E_WARNING</constant>).
</para>
<para>
Voir la documentation de l'instruction
Expand Down

0 comments on commit d27ea64

Please sign in to comment.