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)
120
120
case \is_int ($ v ):
121
121
case \is_float ($ v ):
122
122
continue 2 ;
123
-
124
123
case \is_string ($ v ):
125
124
if ('' === $ v ) {
126
125
continue 2 ;
@@ -310,7 +309,7 @@ protected function doClone($var)
310
309
private static function initHashMask ()
311
310
{
312
311
$ obj = (object ) [];
313
- self ::$ hashOffset = 16 - PHP_INT_SIZE ;
312
+ self ::$ hashOffset = 16 - \ PHP_INT_SIZE ;
314
313
self ::$ hashMask = -1 ;
315
314
316
315
if (\defined ('HHVM_VERSION ' )) {
@@ -331,6 +330,6 @@ private static function initHashMask()
331
330
}
332
331
}
333
332
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 ));
335
334
}
336
335
}
You can’t perform that action at this time.
0 commit comments