Skip to content

IT Books Reviews and Programming

JavaScript, JAVA, PHP, Android, CSS/HTML

  • Home Page
  • Books Reviews
  • Programming Tips
  • Contact

array

PHP 8.1 – Secured $GLOBALS array

May 31, 2024November 11, 2021 by Administrator
globes, globals
globes, globals

Not much would care about this one, but it’s worth to mention that previously you could override the whole $GLOBALS variable with your custom data, now you can only modify its keys/aliases.

Read morePHP 8.1 – Secured $GLOBALS array

Categories PHP, ProgrammingTags array, globals, php 8.1

PHP 8.1 – New feature array_is_list()

May 31, 2024November 11, 2021 by Administrator
batman slapping for not checking a type of array
batman slapping for not checking a type of array

Added a new check to array to see if it contains only an int based keys in natural order (from 0 to n`). Useful when we want to ensure the array is consistent (untouched) and when we want to serialize an array to json to format of [0, 1, 2] instead of object properties.

Read morePHP 8.1 – New feature array_is_list()

Categories PHP, ProgrammingTags array, php 8.1, typing

PHP 8.1 – Deprecate autovivification on false

May 31, 2024October 28, 2021 by Administrator
bad robot image
bad robot image

You won’t be able to initialize array from falsy values any more this include: only false values and nothing else.

Read morePHP 8.1 – Deprecate autovivification on false

Categories PHP, ProgrammingTags array, php 8.1

Recent Posts

  • Setup Laravel v10 Sail on PHP 8.3 and Windows

    Setup Laravel v10 Sail on PHP 8.3 and Windows

    December 28, 2023
  • Solved: Unity freezing when building First Scene for Android build

    Solved: Unity freezing when building First Scene for Android build

    November 26, 2023
  • PHP 8.1 – Read-only class properties

    PHP 8.1 – Read-only class properties

    November 14, 2021
  • PHP 8.1 – Callable syntax

    PHP 8.1 – Callable syntax

    November 14, 2021
  • PHP 8.1 – Default parameters with “new” keyword

    PHP 8.1 – Default parameters with “new” keyword

    November 14, 2021

Archives

  • December 2023 (1)
  • November 2023 (1)
  • November 2021 (24)
  • October 2021 (2)
  • December 2020 (1)
  • September 2020 (1)
  • May 2020 (1)
  • March 2020 (1)
  • November 2019 (1)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (1)
  • July 2019 (1)
  • April 2019 (1)
  • March 2019 (1)
  • January 2019 (1)
  • December 2018 (2)
  • November 2018 (4)

Facebook Fanpage

facebook it books reviews, java, android, php, sql

IT Books Reviews and Programming Fanpage

Categories

  • Books Reviews
  • laminas
  • PHP
  • Programming
  • Unity
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Dec    
© 2025 IT Books Reviews and Programming • blog.Omelak.com