test with 'someUser' ...
$usernameA = 'someUser'
$usernameB = 'someUser'
test with 'someUser' DONE.
test with true ...
$usernameA = true
$usernameB = true
test with true DONE.
test with '' ...
$usernameA = 'genericUser'
$usernameB = 'genericUser'
test with '' DONE.
test with NULL ...
$usernameA = 'genericUser'
$usernameB = 'genericUser'
test with NULL DONE.
test with false ...
$usernameA = 'genericUser'
$usernameB = 'genericUser'
test with false DONE.
test with 0 ...
$usernameA = 'genericUser'
$usernameB = 'genericUser'
test with 0 DONE.
test with NULL ...
$usernameA = 'genericUser'
$usernameB = 'genericUser'
test with NULL DONE.
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.