]> git.mxchange.org Git - core.git/commit - tests/old/personell-test.php
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 3 May 2017 16:05:20 +0000 (18:05 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 3 May 2017 16:05:20 +0000 (18:05 +0200)
commitda5291226d3b33102754943711ba4d6e29376ebe
tree4385a830217640d7bc134dc5bfbaba424902c4e1
parent34f79c4efd45c781ba0d16b24ac9d5bda9b4a00c
Continued:
- the word "Default" and "Array" is not possible to use alone in namespace like
<?php
namespace Some\Foo\Array;
?> <-- yes, discouraged. just to clearify end-of-php
- some math stuff "fixed".
- removed discouraged headers from all remaining scripts

Signed-off-by: Roland Häder <roland@mxchange.org>
23 files changed:
application/tests/loader.php
contrib/benchmarks/array_serialization.php
contrib/exp/exp1.php
contrib/exp/exp2.php
contrib/fib/fib.php
framework/bootstrap/class_FrameworkBootstrap.php
framework/classes.php
framework/config/config-hubmaster.php
framework/main/classes/class_FrameworkArrayObject.php
framework/main/classes/controller/console/class_ConsoleDefaultController.php
framework/main/classes/controller/console/class_ConsoleDefaultNewsController.php
framework/main/classes/controller/html/class_HtmlDefaultController.php
framework/main/classes/controller/image/class_ImageDefaultController.php
framework/main/classes/fuse/class_FrameworkFuseWrapper.php
framework/main/exceptions/main/class_IndexOutOfBoundsException.php
framework/main/exceptions/main/class_MissingArrayElementsException.php
tests/ConfigTest.php
tests/RegistryTest.php
tests/RequestTest.php
tests/Test.php
tests/old/contract-test.php
tests/old/loader-test.php
tests/old/personell-test.php