ブックマーク / www.php.net (5)

  • PHP: 下位互換性のない変更点 - Manual

    エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを継承したもので、 このクラスは Throwable インターフェイスを実装しています。 この新しいインターフェイスを、すべての例外が実装しています。 エラーではなく例外がスローされるようになるということは、自作のエラーハンドラは呼び出されなくなるということです (Error 例外をキャッチしなかった場合は、fatal エラーが発生します)。 PHP 7 におけるエラーハンドリングの詳細な説明は PHP 7 のエラー を参照ください。 この移行ガイドでは、下位互換性のない変更点を列挙するだけにとどめます。 set_exception_handler() が常に Exception オブジェク

    mumincacao
    mumincacao 2015/12/04
    間接的なあくせすの評価順は忘れたころに踏みそうだなぁ・・・ foreach の配列ぽいんた,ぜろ除算,&new, static 呼び出しあたりは踏みそうな人に心当たりあるなぁ・・・ (・x【みかん
  • PHP 5.4.28 Released

    We’re pleased to announce our first conference, PHP South Coast 2015! Taking place on the south coast of England in Summer 2015, where community members from around the world will come together to learn and share information about the latest trends and technologies in professional PHP development. Bulgaria Web Summit 2015 is an event about (almost) everything a modern web person should know: {Prog

    mumincacao
    mumincacao 2014/08/18
    PHP5.3 EOL かぁ・・・ とはいえ RHEL 系列でまだまだ 5.1 のとこもあるし長期さぽーとも良し悪しですにゃー(ーω【みかん
  • PHP: PHP 5.4.x から PHP 5.5.x への移行 - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Errors Exceptions Generators References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Context options and parameters Supported Protocols and Wrappers Security Introduction

    mumincacao
    mumincacao 2013/06/21
    じぇねれーたに finally, array りてらる,ぱすわーどはっしゅ API ・・・ なかなかおいしそうな更新多めだしはやく本番環境で使えるようになるとうれしいなぁ・・・ (ーω【みかん
  • PHP: is_a - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    mumincacao
    mumincacao 2011/11/10
    is_a() の PHP まぬあるを見てみたら 2011/09/07 の時点でもう __autoload() 呼ばれるから気をつけてねってこめんとが描いてあったでござるにゃー(・ロ【みかん
  • PHP 5.4 beta2 released

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    PHP 5.4 beta2 released
    mumincacao
    mumincacao 2007/12/15
    さいとのめんてするにもてすとしないとだしにゃぁ...〆(´ω`;【みかん
  • 1