Skip to content

Commit

Permalink
[php] fixed compatibility with PHP 8 (HaxeFoundation#9964)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Nov 26, 2020
1 parent a5a2966 commit d402ca7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions std/php/Global.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,11 @@ extern class Global {
**/
static function spl_object_hash(obj:{}):String;

/**
@see http://php.net/manual/en/function.spl-object-id.php
**/
static function spl_object_id(obj:{}):Int;

/**
@see http://php.net/manual/en/function.spl-autoload-call.php
**/
Expand Down

0 comments on commit d402ca7

Please sign in to comment.