What are the new features available in php 7?



What are the new features available in php 7?..

Answer / Neha Gautam

PHP 7 introduced several significant improvements such as a new engine (Zend Engine 3), scalar type declarations, return type declarations, sparse arrays, the null coalescing operator ('?'), and the space ship operator (<=>).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

i was set new individual folder for saving session values,the folder name is session and i set 777 permission,using session.save_path function like session.save_path "/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but it causing Warning: Unknown(): SAFE MODE Restriction in effect. The script whose uid/gid is 12112/12112 is not allowed to access /home21b/sub004/sc21311-ULCX/candyoflove.com/session owned by uid/gid 12267/12267 in Unknown on line 0 ,please tell what changes make this script, i was using .htaccesss file..plz help me....

1 Answers  


Tell me how stop the execution of a php scrip?

1 Answers  


How is it possible to propagate a session id?

1 Answers  


How you can update memcached when you make changes to php?

1 Answers  


What is php and what does it do?

1 Answers  


How to access a Static Member of a Class in PHP?

1 Answers  


how to do connectivity of 2 dbs in PHP script?

3 Answers   TCS,


Explain how we can retrieve the data in the result set of mysql using php?

1 Answers  


How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?

1 Answers  


What does echo mean in php?

1 Answers  


Tell me how to set a page as a home page in a php based site?

1 Answers  


How can we know the number of days between two given dates using PHP? How can we know the number of days between two given dates using MySQL?

6 Answers  


Categories