]> granicus.if.org Git - php/commit
Promote "undefined array key" notice to warning
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 3 Aug 2020 09:26:54 +0000 (11:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 3 Aug 2020 12:40:50 +0000 (14:40 +0200)
commitc48b745f0090c944e77c1fbcfb6c4df3b54356ad
treea3bbde151685c6d5bc35e8151966d5a04505b35c
parentb9171d8a9354f8e86c43fe319f1c186c6590b2df
Promote "undefined array key" notice to warning

This implements the last remaining part of the
https://wiki.php.net/rfc/engine_warnings RFC.

Closes GH-5927.
56 files changed:
UPGRADING
Zend/tests/028.phpt
Zend/tests/array_offset.phpt
Zend/tests/bug37667.phpt
Zend/tests/bug52041.phpt
Zend/tests/bug72943.phpt
Zend/tests/bug74836.phpt
Zend/tests/call_user_func_007.phpt
Zend/tests/const_dereference_001.phpt
Zend/tests/const_dereference_003.phpt
Zend/tests/constant_expressions_arrays.phpt
Zend/tests/dereference_001.phpt
Zend/tests/dereference_002.phpt
Zend/tests/dereference_013.phpt
Zend/tests/globals_001.phpt
Zend/tests/globals_002.phpt
Zend/tests/globals_003.phpt
Zend/tests/globals_004.phpt
Zend/tests/list/list_reference_006.phpt
Zend/tests/list_006.phpt
Zend/tests/list_keyed_conversions.phpt
Zend/tests/list_keyed_undefined.phpt
Zend/tests/numeric_strings/array_offset.phpt
Zend/tests/offset_array.phpt
Zend/tests/unset_cv06.phpt
Zend/zend_execute.c
ext/opcache/jit/zend_jit_helpers.c
ext/opcache/jit/zend_jit_x86.dasc
ext/opcache/tests/assign_obj_op_of_fetch_dim.phpt
ext/opcache/tests/jit/fetch_dim_rw_001.phpt
ext/session/tests/bug24592.phpt
ext/spl/spl_array.c
ext/spl/tests/arrayObject___construct_basic2.phpt
ext/spl/tests/arrayObject___construct_basic3.phpt
ext/spl/tests/arrayObject___construct_basic4.phpt
ext/spl/tests/arrayObject___construct_basic5.phpt
ext/spl/tests/arrayObject_magicMethods1.phpt
ext/spl/tests/arrayObject_magicMethods3.phpt
ext/spl/tests/arrayObject_magicMethods4.phpt
ext/spl/tests/arrayObject_magicMethods6.phpt
ext/spl/tests/arrayObject_setFlags_basic1.phpt
ext/spl/tests/array_001.phpt
ext/spl/tests/array_010.phpt
ext/spl/tests/bug45622.phpt
ext/spl/tests/bug45622b.phpt
ext/spl/tests/bug54323.phpt
ext/spl/tests/bug62978.phpt
ext/spl/tests/bug66127.phpt
ext/spl/tests/bug66834.phpt
ext/spl/tests/bug70852.phpt
ext/spl/tests/bug74669.phpt
ext/standard/tests/serialize/serialization_objects_002.phpt
tests/classes/array_access_001.phpt
tests/classes/array_access_002.phpt
tests/lang/engine_assignExecutionOrder_002.phpt
tests/lang/foreachLoopIterator.001.phpt