]> granicus.if.org Git - php/commitdiff
- Add missing prefixes
authorMarcus Boerger <helly@php.net>
Sun, 18 Dec 2005 13:01:09 +0000 (13:01 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 18 Dec 2005 13:01:09 +0000 (13:01 +0000)
tests/classes/__set_data_corrupt.phpt
tests/classes/destructor_and_echo.phpt
tests/classes/destructor_and_references.phpt
tests/classes/static_this.phpt

index 86c39243d56233d0e6e25f40a5398372e6ad5726..6a52bd489be86b06cb674240f2f5e153bb8d8f9d 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Data corruption in __set
+ZE2 Data corruption in __set
 --SKIPIF--
 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 is needed'); ?>
 --FILE--
index c6c6f23a7185cc9a1986ad456f45e9c8f7a8bb2d..0a253593a5e323717a4c0c3641a04b5fa9964a90 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Destructors and echo
+ZE2 Destructors and echo
 --FILE--
 <?php
 
index 66e8b41f7d2f48f70a9b210cbf9d008853b690f7..6b9b019b62228a540081f2a888b08c137fc13d1c 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-Destructing and references
+ZE2 Destructing and references
 --FILE--
 <?php
 
@@ -23,4 +23,4 @@ $o = new once;
 echo "Done\n";
 ?>
 --EXPECT--
-Done
\ No newline at end of file
+Done
index 12f4b6389b3d177ea39fdde749b8c8b8e19032be..91b02871950a7fe2e55361154e3841dd9dad4772 100755 (executable)
@@ -1,5 +1,5 @@
 --TEST--
-$this can be an argument to a static function
+ZE2 $this can be an argument to a static function
 --FILE--
 <?php