summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-11-04 19:44:48 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-11-06 12:56:47 +0100
commit14bdb0cfc7b62205c75f6d5c783e343259796776 (patch)
tree3286c308a90d7dcc88989a641f87bf4bd6152435 /.gitignore
parent0b0d4eb0eb4336d50c6d5d645a1838e26ca9c181 (diff)
downloadphp-git-14bdb0cfc7b62205c75f6d5c783e343259796776.tar.gz
Fix consistency issues with array accesses warnings/exceptions
* Change a number of "resource used as offset" notices to warnings, which were previously missed. * Throw the "resource used as offset" warning for isset() as well. * Make array_key_exists() behavior with regard to different key types consistent with isset() and normal array accesses. All key types now use the usual coercions and array/object keys throw TypeError. Closes GH-4887.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index df0fc80a5c..587f4abc42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -247,6 +247,9 @@ php
# Test results generated by `./run-tests.php`
php_test_results_*.txt
+# Temporary test information generated by `./run-tests.php`
+/run-test-info.php
+
# Temporary POST data placeholder files generated by `./run-tests.php`
phpt.*