History log of /php-src/Zend/tests/offsets/false_container_offset_behaviour.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 295a1777 26-Feb-2024 Gina Peter Banyard

Zend/tests/offsets: Add tests where the offset is a reference (#13506)


# 1256d745 25-Feb-2024 Gina Peter Banyard

Zend/tests/offsets: add tests for taking references (#13496)


# a479ed7c 25-Jan-2024 Gina Peter Banyard

Zend: Add tests for offsets and containers (#12723)

Add various tests showcasing the behavioural variations of different offset types used on various container types in all possible operatio

Zend: Add tests for offsets and containers (#12723)

Add various tests showcasing the behavioural variations of different offset types used on various container types in all possible operations:
- Read
- Write
- Read Write
- Appending
- Unsetting
- Existence checks with isset()/empty/null coalesce operator
- Behaviour of nesting dimensions (e.g. $container[$offset1][$offset2])

Add a test to ensure compile time and runtime behaviour is identical for offsets.

Add an internal class that overloads the dimension object handlers to zend_test

show more ...