@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Fix a typo in PHP Pitfalls article

Summary: This sentence no verb.

Test Plan: Read.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26302

+1 -1
+1 -1
src/docs/flavor/php_pitfalls.diviner
··· 4 4 This document discusses difficult traps and pitfalls in PHP, and how to avoid, 5 5 work around, or at least understand them. 6 6 7 - = `array_merge()` in Incredibly Slow When Merging A List of Arrays = 7 + = `array_merge()` is Incredibly Slow When Merging A List of Arrays = 8 8 9 9 If you merge a list of arrays like this: 10 10