Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_oo_005.phpt refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip refcount1.phpt

2008-07-09 Thread Steph Fox


Whoa, hang on Etienne, that's actually different behaviour...  you used to 
get 'string(21) "phar_oo_test.phar.php"' and now you get 'string(5) 
"a.php"'?


Can you explain?

Thanks,

- Steph


- Original Message - 
From: "Etienne Kneuss" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, July 09, 2008 9:39 AM
Subject: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_oo_005.phpt 
refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip 
refcount1.phpt





colder Wed Jul  9 08:39:42 2008 UTC

 Modified files:  (Branch: PHP_5_3)
   /php-src/ext/phar/tests phar_oo_005.phpt refcount1.phpt
   /php-src/ext/phar/tests/tar refcount1.phpt
   /php-src/ext/phar/tests/zip refcount1.phpt
 Log:
 Fix filename/pathname/getpathinfo tests according to SPL fix

http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_oo_005.phpt?r1=1.9&r2=1.9.2.1&diff_format=u
Index: php-src/ext/phar/tests/phar_oo_005.phpt
diff -u php-src/ext/phar/tests/phar_oo_005.phpt:1.9 
php-src/ext/phar/tests/phar_oo_005.phpt:1.9.2.1

--- php-src/ext/phar/tests/phar_oo_005.phpt:1.9 Wed Feb 20 13:32:59 2008
+++ php-src/ext/phar/tests/phar_oo_005.phpt Wed Jul  9 08:39:41 2008
@@ -36,25 +36,25 @@
string(14) "phar://*/a.php"
string(0) ""
string(5) "a.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "a.php"
string(16) "phar://*/b/c.php"
string(16) "phar://*/b/c.php"
string(1) "b"
string(7) "b/c.php"
-string(1) "b"
+string(5) "c.php"
string(16) "phar://*/b/d.php"
string(16) "phar://*/b/d.php"
string(1) "b"
string(7) "b/d.php"
-string(1) "b"
+string(5) "d.php"
string(14) "phar://*/b.php"
string(14) "phar://*/b.php"
string(0) ""
string(5) "b.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "b.php"
string(14) "phar://*/e.php"
string(14) "phar://*/e.php"
string(0) ""
string(5) "e.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "e.php"
===DONE===
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/refcount1.phpt?r1=1.10&r2=1.10.2.1&diff_format=u
Index: php-src/ext/phar/tests/refcount1.phpt
diff -u php-src/ext/phar/tests/refcount1.phpt:1.10 
php-src/ext/phar/tests/refcount1.phpt:1.10.2.1

--- php-src/ext/phar/tests/refcount1.phpt:1.10 Wed Feb 20 13:11:38 2008
+++ php-src/ext/phar/tests/refcount1.phpt Wed Jul  9 08:39:41 2008
@@ -43,9 +43,9 @@
===CLOSE===
object(PharFileInfo)#%d (2) {
  ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.php/b"
-  ["fileName":"SplFileInfo":private]=>
  string(%d) "phar://%srefcount1.phar.php/b/c.php"
+  ["fileName":"SplFileInfo":private]=>
+  string(%d) "c.php"
}
string(5) "extra"
===UNLINK===
@@ -53,9 +53,9 @@
Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.php", 
has open file pointers, cannot unlink in %srefcount1.php on line %d

object(PharFileInfo)#%d (2) {
  ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.php/b"
+  string(%d) "phar://%srefcount1.phar.php/b/c.php"
  ["fileName":"SplFileInfo":private]=>
-  string(%s) "phar://%srefcount1.phar.php/b/c.php"
+  string(%s) "c.php"
}
string(5) "extra"
extra
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/tar/refcount1.phpt?r1=1.2&r2=1.2.2.1&diff_format=u
Index: php-src/ext/phar/tests/tar/refcount1.phpt
diff -u php-src/ext/phar/tests/tar/refcount1.phpt:1.2 
php-src/ext/phar/tests/tar/refcount1.phpt:1.2.2.1

--- php-src/ext/phar/tests/tar/refcount1.phpt:1.2 Tue Feb 12 16:39:58 2008
+++ php-src/ext/phar/tests/tar/refcount1.phpt Wed Jul  9 08:39:42 2008
@@ -55,9 +55,9 @@
===CLOSE===
object(PharFileInfo)#%d (2) {
  ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.tar/b"
-  ["fileName":"SplFileInfo":private]=>
  string(%d) "phar://%srefcount1.phar.tar/b/c.php"
+  ["fileName":"SplFileInfo":private]=>
+  string(%d) "c.php"
}
string(5) "extra"
===UNLINK===
@@ -65,9 +65,9 @@
Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", 
has open file pointers, cannot unlink in %srefcount1.php on line %d

object(PharFileInfo)#%d (2) {
  ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.tar/b"
+  string(%d) "phar://%srefcount1.phar.tar/b/c.php"
  ["fileName":"SplFileInfo":private]=>
-  string(%s) "phar://%srefcount1.phar.tar/b

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_oo_005.phpt refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip refcount1.phpt

2008-07-09 Thread Etienne Kneuss
colder  Wed Jul  9 08:39:42 2008 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/phar/tests phar_oo_005.phpt refcount1.phpt 
/php-src/ext/phar/tests/tar refcount1.phpt 
/php-src/ext/phar/tests/zip refcount1.phpt 
  Log:
  Fix filename/pathname/getpathinfo tests according to SPL fix
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/phar_oo_005.phpt?r1=1.9&r2=1.9.2.1&diff_format=u
Index: php-src/ext/phar/tests/phar_oo_005.phpt
diff -u php-src/ext/phar/tests/phar_oo_005.phpt:1.9 
php-src/ext/phar/tests/phar_oo_005.phpt:1.9.2.1
--- php-src/ext/phar/tests/phar_oo_005.phpt:1.9 Wed Feb 20 13:32:59 2008
+++ php-src/ext/phar/tests/phar_oo_005.phpt Wed Jul  9 08:39:41 2008
@@ -36,25 +36,25 @@
 string(14) "phar://*/a.php"
 string(0) ""
 string(5) "a.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "a.php"
 string(16) "phar://*/b/c.php"
 string(16) "phar://*/b/c.php"
 string(1) "b"
 string(7) "b/c.php"
-string(1) "b"
+string(5) "c.php"
 string(16) "phar://*/b/d.php"
 string(16) "phar://*/b/d.php"
 string(1) "b"
 string(7) "b/d.php"
-string(1) "b"
+string(5) "d.php"
 string(14) "phar://*/b.php"
 string(14) "phar://*/b.php"
 string(0) ""
 string(5) "b.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "b.php"
 string(14) "phar://*/e.php"
 string(14) "phar://*/e.php"
 string(0) ""
 string(5) "e.php"
-string(21) "phar_oo_test.phar.php"
+string(5) "e.php"
 ===DONE===
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/refcount1.phpt?r1=1.10&r2=1.10.2.1&diff_format=u
Index: php-src/ext/phar/tests/refcount1.phpt
diff -u php-src/ext/phar/tests/refcount1.phpt:1.10 
php-src/ext/phar/tests/refcount1.phpt:1.10.2.1
--- php-src/ext/phar/tests/refcount1.phpt:1.10  Wed Feb 20 13:11:38 2008
+++ php-src/ext/phar/tests/refcount1.phpt   Wed Jul  9 08:39:41 2008
@@ -43,9 +43,9 @@
 ===CLOSE===
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.php/b"
-  ["fileName":"SplFileInfo":private]=>
   string(%d) "phar://%srefcount1.phar.php/b/c.php"
+  ["fileName":"SplFileInfo":private]=>
+  string(%d) "c.php"
 }
 string(5) "extra"
 ===UNLINK===
@@ -53,9 +53,9 @@
 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.php", has 
open file pointers, cannot unlink in %srefcount1.php on line %d
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.php/b"
+  string(%d) "phar://%srefcount1.phar.php/b/c.php"
   ["fileName":"SplFileInfo":private]=>
-  string(%s) "phar://%srefcount1.phar.php/b/c.php"
+  string(%s) "c.php"
 }
 string(5) "extra"
 extra
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/tar/refcount1.phpt?r1=1.2&r2=1.2.2.1&diff_format=u
Index: php-src/ext/phar/tests/tar/refcount1.phpt
diff -u php-src/ext/phar/tests/tar/refcount1.phpt:1.2 
php-src/ext/phar/tests/tar/refcount1.phpt:1.2.2.1
--- php-src/ext/phar/tests/tar/refcount1.phpt:1.2   Tue Feb 12 16:39:58 2008
+++ php-src/ext/phar/tests/tar/refcount1.phpt   Wed Jul  9 08:39:42 2008
@@ -55,9 +55,9 @@
 ===CLOSE===
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.tar/b"
-  ["fileName":"SplFileInfo":private]=>
   string(%d) "phar://%srefcount1.phar.tar/b/c.php"
+  ["fileName":"SplFileInfo":private]=>
+  string(%d) "c.php"
 }
 string(5) "extra"
 ===UNLINK===
@@ -65,9 +65,9 @@
 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.tar", has 
open file pointers, cannot unlink in %srefcount1.php on line %d
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.tar/b"
+  string(%d) "phar://%srefcount1.phar.tar/b/c.php"
   ["fileName":"SplFileInfo":private]=>
-  string(%s) "phar://%srefcount1.phar.tar/b/c.php"
+  string(%s) "c.php"
 }
 string(5) "extra"
 extra
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/zip/refcount1.phpt?r1=1.3&r2=1.3.2.1&diff_format=u
Index: php-src/ext/phar/tests/zip/refcount1.phpt
diff -u php-src/ext/phar/tests/zip/refcount1.phpt:1.3 
php-src/ext/phar/tests/zip/refcount1.phpt:1.3.2.1
--- php-src/ext/phar/tests/zip/refcount1.phpt:1.3   Mon Feb 11 20:55:42 2008
+++ php-src/ext/phar/tests/zip/refcount1.phpt   Wed Jul  9 08:39:42 2008
@@ -51,9 +51,9 @@
 ===CLOSE===
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.zip/b"
-  ["fileName":"SplFileInfo":private]=>
   string(%d) "phar://%srefcount1.phar.zip/b/c.php"
+  ["fileName":"SplFileInfo":private]=>
+  string(%d) "c.php"
 }
 string(5) "extra"
 ===UNLINK===
@@ -61,9 +61,9 @@
 Warning: unlink(): phar error: "b/c.php" in phar "%srefcount1.phar.zip", has 
open file pointers, cannot unlink in %srefcount1.php on line %d
 object(PharFileInfo)#%d (2) {
   ["pathName":"SplFileInfo":private]=>
-  string(%d) "phar://%srefcount1.phar.zip/b"
+  string(%d) "phar://%srefcount1.phar.zip/b/c.php"
   ["fileName":"SplFileInfo":private]=>
-  string(%s) "phar://%