抱怨一下PHP

Jun 23, 2016 pm 02:32 PM

最近在用PHP做项目。总体上来说,我觉得这个开源的语言挺不错的,但是也有些地方让我极其不爽,比如弱类型变量、变量未经声明就可以使用等等等等。
就拿上周五的一件事来说吧,当时有一个函数,根据参数option来返回不同的结果:


define ( " option1 " ,   " option1 " );
define ( " option2 " ,   " option2 " );
function  get_something( $option   =  option1) {
     if  ( $option   ==  option1)
        do_something1();
     elseif  ( $option   ==  option2)
        do_something2();
}
?>

我调用这个函数后,期望能够do_something2(),结果弄死就不是我想要的结果,我以为是我传入的参数有问题,就一直在查看生成这个参数的代码段,花了30分钟,终于发现毛病在哪儿了,原来我把get_something里的第二个$option写成$opion了:(
也许有人会说造成这一切的是因为我自己粗心大意,如果小心一点,就不会发生这种事。但是我不同意这个说法,从古至今,谁能不犯错?假如PHP有如VB那样的option explicit,那么在这段脚本在被解释时就会报错,而不是生成一个意想不到的结果来混淆我的视线,我就不用花30分钟来找这个BUG,造成这个麻烦的更多是由于PHP本身的设计。
虽说做软件最重要的是程序员的思想,但是我还觉得,一门高效的语言更为重要,从这点来说,.Net和Java真是强大呀,两者中.Net在做中小型企业开发的时候更为高效,有段时间没接触.Net了,希望将来3.0、4.0会越来越好吧。
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

11 Best PHP URL Shortener Scripts (Free and Premium)

Introduction to the Instagram API Introduction to the Instagram API Mar 02, 2025 am 09:32 AM

Introduction to the Instagram API

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

12 Best PHP Chat Scripts on CodeCanyon

Announcement of 2025 PHP Situation Survey Announcement of 2025 PHP Situation Survey Mar 03, 2025 pm 04:20 PM

Announcement of 2025 PHP Situation Survey

See all articles