File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ protected function doClone($var)
120120 case \is_int ($ v ):
121121 case \is_float ($ v ):
122122 continue 2 ;
123-
124123 case \is_string ($ v ):
125124 if ('' === $ v ) {
126125 continue 2 ;
@@ -310,7 +309,7 @@ protected function doClone($var)
310309 private static function initHashMask ()
311310 {
312311 $ obj = (object ) [];
313- self ::$ hashOffset = 16 - PHP_INT_SIZE ;
312+ self ::$ hashOffset = 16 - \ PHP_INT_SIZE ;
314313 self ::$ hashMask = -1 ;
315314
316315 if (\defined ('HHVM_VERSION ' )) {
@@ -331,6 +330,6 @@ private static function initHashMask()
331330 }
332331 }
333332
334- self ::$ hashMask ^= hexdec (substr (spl_object_hash ($ obj ), self ::$ hashOffset , PHP_INT_SIZE ));
333+ self ::$ hashMask ^= hexdec (substr (spl_object_hash ($ obj ), self ::$ hashOffset , \ PHP_INT_SIZE ));
335334 }
336335}
You can’t perform that action at this time.
0 commit comments