acl->setUser('Test'); $created = ($response == 'OK') ? 'Yes' : 'No'; echo "User with username 'Test' was created: {$created}";