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
- Host: GitHub
- URL: https://github.com/jdegand/testdome-php-questions
- Owner: jdegand
- Created: 2024-05-26T19:51:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:36:02.000Z (over 1 year ago)
- Last Synced: 2025-03-15T19:48:56.558Z (about 1 year ago)
- Topics: laravel, testdome, testdome-solutions, wordpress
- Language: PHP
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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