PHP low level error: function name must be a string technology
In my impression, this kind of PHP error is rarely encountered, but once encountered, all of a sudden still can not find the problem
When a person is very tired in the process of development, he makes a low-level mistake. He looks at the screen and doesn’t know why, so the whole network looks for the answer. PHP error: function name must be a string appears in the following code
<?php
$_GET('name');
$_POST('name');
$_COOKIE('name');
?>
Function name and method name must be a string, which is easy to mislead people. PHP 5.3 has started to support anonymous functions, and variables can also be used as functions
Similar Posts:
- What happened to CodeIgniter disallowed key characters?
- How to Solve Phpize Run Error: Cannot find config.m4
- 【Java】No enclosing instance of type XXX is accessible. Must qualify the allocation with an enclos…
- java.io.IOException: Target host must not be null, or set in parameters. scheme=null, host=null, …
- [Solved] codeblocks Error: ‘to_string’ was not declared in this scope
- session_start(): Cannot send session cookie – headers already sent
- The problem and solution of local storage in Safari under IOS
- builtin_function_or_method’ object is not subscriptable [How to Solve]
- Perl : Quantifier follows nothing in regex; marked by
- HTTP status 405 – request method ‘get’ not supported using springmvc