Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /in/oMtYS on line 17
Array
(
[0] => Array
(
[nome] => Alex
[idade] => 33
)
[1] => Array
(
[nome] => Alexandre
[idade] => 65
)
[2] => Array
(
[nome] => Rosana
[idade] => 64
)
[3] => Array
(
[nome] => Zezinha
[idade] => 29
)
)
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.