Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 120 Bytes

MixedClone.md

File metadata and controls

9 lines (6 loc) · 120 Bytes

MixedClone

Emitted when trying to clone a value whose type is not known

<?php

$a = clone $GLOBALS["a"];