Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error line104 unexpected '[' in simple_html_dom.php #12

Open
WangNemo opened this issue Nov 29, 2017 · 0 comments
Open

error line104 unexpected '[' in simple_html_dom.php #12

WangNemo opened this issue Nov 29, 2017 · 0 comments

Comments

@WangNemo
Copy link

Parse error: syntax error, unexpected '[' in D:\xampp\htdocs\wztest\simple_html_dom-master\simple_html_dom-master\simple_html_dom.php on line 104

PHP Version 5.3.8

error line104:
if (!empty($location_headers) && preg_match($pattern, array_values($location_headers)[0], $matches)) {

revised :

 $k = array_values($location_headers);
if (!empty($location_headers) && preg_match($pattern, $k[0], $matches)) {
@WangNemo WangNemo changed the title error line104 unexpected '[' error line104 unexpected '[' in simple_html_dom.php Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant