An open API service indexing awesome lists of open source software.

https://github.com/jdegand/testdome-php-questions

Testdome PHP Interview Questions
https://github.com/jdegand/testdome-php-questions

laravel testdome testdome-solutions wordpress

Last synced: 21 days ago
JSON representation

Testdome PHP Interview Questions

Awesome Lists containing this project

README

          

# Testdome PHP Questions

[Testdome](https://www.testdome.com/tests/php-online-test/30)

## Notes

- `BoatMovements` has broken validation. See my [JavaScript answer](https://github.com/jdegand/testdome-js-questions/blob/main/BoatMovements.js) for more.
- Check the `BoatMovements` [PR](https://github.com/jdegand/testdome-php-questions/pull/1) for another implementation.

## Useful Resources

- [Code With Harry](https://www.codewithharry.com/blogpost/php-cheatsheet/) - PHP Cheat Sheet
- [Stack Overflow](https://stackoverflow.com/questions/74878889/php-warning-deprecated-creation-of-dynamic-property-is-deprecated) - PHP warning deprecated creation of dynamic property is deprecated
- [Laravel](https://laravel.com/docs/11.x/blade) - Blade Templates
- [WordPress](https://wordpress.org/documentation/) - WordPress docs
- [W3 Schools](https://www.w3schools.com/php/php_arrays_sort.asp) - PHP arrays sort