Home
last modified time | relevance | path

Searched refs:clone (Results 126 – 150 of 211) sorted by relevance

123456789

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_081.phpt12 $test2 = clone $test;
/php-src/ext/simplexml/tests/
H A Dbug63575.phpt10 $o2 = clone $o1;
/php-src/ext/dom/tests/modern/spec/
H A Dclone_dtd_node.phpt10 $dt1 = clone $dom->doctype;
/php-src/Zend/tests/traits/
H A Dmethods_001.phpt32 clone $o;
H A Dmethods_002.phpt24 var_dump(clone $o);
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error1.phpt22 clone $foo;
H A Dreadonly_clone_success2.phpt21 $foo2 = clone $foo;
/php-src/ext/spl/tests/
H A Dobserver_009.phpt17 $storageB = clone $storageA;
H A DarrayObject_getFlags_basic1.phpt17 $cao = clone $ao;
H A Ddllist_002.phpt10 $dll2 = clone $dll;
H A Dheap_001.phpt35 $h2 = clone $h;
/php-src/ext/date/tests/
H A Dbug77571.phpt9 $date4 = clone $date3;
/php-src/Zend/tests/
H A D029.phpt8 $arr[0]->a = clone $arr[0];
H A Dbug61782.phpt19 $kid = clone $kid;
H A Dbug73288.phpt23 $b = clone $c->x;
/php-src/tests/classes/
H A Dclone_001.phpt14 $copy = clone $obj;
H A Dclone_002.phpt16 $copy = clone $obj;
H A Dclone_004.phpt30 $o2 = clone $o1;
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_clone.phpt10 $dom2 = clone $dom;
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug67582.phpt18 $list2 = clone $list;
/php-src/Zend/tests/generators/
H A Dyield_in_finally_cleanup.phpt2 Free pending exceptions / return values on clone on yield in finally
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt41 var $clone = 'clone';
122 echo $obj->clone, PHP_EOL;
204 clone
H A Dsemi_reserved_004.phpt41 static $clone = 'clone';
120 echo Obj::$clone, PHP_EOL;
201 clone
/php-src/ext/opcache/tests/jit/
H A Dgh12482.phpt11 $cloned = clone $this;
/php-src/ext/curl/tests/
H A Dcurl_string_file_upload.phpt56 // clone curl handler
59 $ch2 = clone $ch;

Completed in 27 milliseconds

123456789