Skip to content

Conversation

@BenMorel
Copy link
Contributor

No description provided.

<entry>7.3.0</entry>
<entry>
<function>bcscale</function> peut désormais être utilisé pour récupérer
la précision actuelle ; quand elle est utilisé pour définir une nouvelle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the opportunity to fix this too:

Suggested change
la précision actuelle ; quand elle est utilisé pour définir une nouvelle
la précision actuelle ; quand elle est utilisée pour définir une nouvelle

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Fixed!

&reftitle.returnvalues;
<para>
Retourne l'ancienne précision quand utilisé en tant que définisseur.
Sinon la précision actuel est retorunée.
Copy link
Contributor

@orklah orklah Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

précision actuelle?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

retournée too 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OMG. So many typos. Fixed!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos are recurrent due to how the processed worked >_>

@BenMorel BenMorel changed the title Fix typo Fix typos Jan 25, 2021
@php-pulls php-pulls closed this in 402f528 Jan 26, 2021
Xyli0 added a commit to Xyli0/doc-fr that referenced this pull request Dec 16, 2025
Changed wrongly named call to trait "T" to expected "StaticExemple".

In Exemple php#11 Propriétés statiques, the declared Trait was StaticExample but the example code was calling it by the wrong name: "use T;"

When running the code that resolved to an error:
Fatal error: Uncaught Error: Trait "T" not found in script:8
Stack trace:
#0 {main}
  thrown in script on line 8
Xyli0 added a commit to Xyli0/doc-fr that referenced this pull request Dec 16, 2025
Changed trait declaration from "StaticExample" to "T" to match usage.

Problem:
The example declared trait "StaticExample" but referenced trait "T" in the class definition, causing a fatal error:

Fatal error: Uncaught Error: Trait "T" not found in script:8
Stack trace:
#0 {main}
Fan2Shrek pushed a commit that referenced this pull request Dec 16, 2025
Changed trait declaration from "StaticExample" to "T" to match usage.

Problem:
The example declared trait "StaticExample" but referenced trait "T" in the class definition, causing a fatal error:

Fatal error: Uncaught Error: Trait "T" not found in script:8
Stack trace:
#0 {main}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants