friendica/src/Util
Roland Häder bf87ad4fcf Fixed E_NOTICE in listing worker queue and new utilities class added (#5521)
* Fixes for E_NOTICE in workqueue:
- introduced class `Friendica\Util\Arrays` which will hold static methods for
  handling arrays that cannot be done with PHP's functions, like implode() on
  multi-dimensional arrays
- rewrote old-school for() loop to foreach()

* Added intial unit test with some tests on empty delimiters and/or sinle and
multi-dim array.

* Added test for for 3-dimensional arrays, thanks to  nupplaphil's feedback.
2018-07-30 21:24:26 -04:00
..
Arrays.php Fixed E_NOTICE in listing worker queue and new utilities class added (#5521) 2018-07-30 21:24:26 -04:00
Crypto.php port hubzillas OpenWebAuth - fix wrong table name + fix wrong method name 2018-06-20 20:11:26 +02:00
DateTimeFormat.php Avoid "Failed to parse time string (-001-11-30T00:00:00+00:00 + 32 days)" 2018-04-04 18:58:25 +00:00
Emailer.php Update Emailer.php 2018-06-19 16:58:06 -04:00
ExAuth.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
HTTPHeaders.php port hubzillas OpenWebAuth - rework the HTTPHeaders class 2018-06-20 18:52:37 +02:00
HTTPSignature.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Map.php Fix: Events on Diaspora now should look fine 2018-03-20 06:32:17 +00:00
Mimetype.php Function calls 2018-01-15 08:32:11 -05:00
Network.php Uncommon logger levels in Friendica (#5453) 2018-07-22 14:07:44 -04:00
ParseUrl.php Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Pidfile.php PHPStan: Fix missing requires/namespaces 2017-12-17 15:26:43 -05:00
Temporal.php Fix self warning in Util\Temporal 2018-04-23 00:03:27 -04:00
XML.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00