
কুইজ মডেল টেস্ট অনুশীলন : php-mock – programming-php
8364. What sets the location for storing the session information
- session.save
- save_data
- session.save_data
- session.save_handler
8365. Which of the following characters are taken care of by htmlspecialchars
- single quote
- >
- All of the above
- <
8366. How can a script come to a clean termination
- Apache terminates
- Exit() is called
- Execution reaches the end of the current file
- PHP crashes
8367. The output of following script is $array = array( 1, 2, 3, 5, 8, 13, 21, 34, 55) ; $sum = 0; for ($i = 0; $i < 5 ; $i+ +) { $sum += $array[$array[$i]];} echo $sum;
- 5
- 78
- 19
- NULL
8368. What is the output of the following PHP code – $x = 0; if ($x == 1) if ($x >= 0) print “true”; else print “false”;
- No output
- FALSE
- error
- TRUE
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।