Commit graph

70 commits

Author SHA1 Message Date
122461ab6e escape even more 2020-05-12 20:30:06 +02:00
9945aa7cf8 escape global constants and functions
* Add leading \ before function invocation to speed up resolving.
* Add leading \ before constant invocation of internal constant to speed up resolving. Constant name match is case-sensitive, except for null, false and true.
2020-05-12 19:42:09 +02:00
85db6f2d7e Automated native_function_invocation fixes
`php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes`
2019-12-01 21:20:26 +01:00
65034d2a76 refactorings 2019-11-18 20:57:00 +01:00
2f5bf1ccc4 explicit use of global functions 2019-09-27 10:12:59 +02:00
ceaa3a4241 changed regex logic
and added some more changes
2019-08-18 23:27:06 +02:00
c53f840230 finally fixed test 2019-08-18 22:53:01 +02:00
a0d670ed77 another fix 2019-08-18 22:39:34 +02:00
aa53bec4e4 oops 2019-08-18 22:34:28 +02:00
4dae4fc350 used wrong tag name 2019-08-18 22:31:09 +02:00
47c8d57f1a setUp must be public 2019-08-18 22:25:24 +02:00
81357da49d fix php 5.3 issue 2019-08-18 22:24:34 +02:00
c9c05e263f test object links 2019-08-18 22:23:34 +02:00
bdd9bd8775 fixed tests 2019-08-18 22:16:59 +02:00
8e87800ee0 added test 2019-08-18 22:08:58 +02:00
28222008dd new tests 2019-02-28 19:32:03 +01:00
40b2651b7e big refactoring to use namespaces for a better code structure 2019-02-24 12:07:41 +01:00
b209104fdd finally fixed contact list 2019-02-19 22:43:14 +01:00
0c93b482da fixed typo 2018-09-24 20:54:59 +02:00
c0cb7af9ae basic outbox support 2018-09-24 20:53:23 +02:00