--TEST--
Bug #45147 (unexpected T_ENDFOR)
---XFAIL--
-http://bugs.php.net/bug.php?id=45147
--FILE--
<?php for ($i = 0; $i == 0; $i++): ?>
<?php if (true): ?>#<?php else: ?>#<?php endif; ?>
--TEST--
Testing __call and __callstatic with callbacks
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
--TEST--
Testing method name case
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
--TEST--
Invalid method name in dynamic static call
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
--TEST--
Testing __call and __callstatic
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
--CREDITS--
Robin Fernandes <robinf@php.net>
Steve Seear <stevseea@php.net>
---XFAIL--
--FILE--
<?php
class pubf {
--CREDITS--
Robin Fernandes <robinf@php.net>
Steve Seear <stevseea@php.net>
---XFAIL--
--FILE--
<?php
class A {
--CREDITS--
Robin Fernandes <robinf@php.net>
Steve Seear <stevseea@php.net>
---XFAIL--
--FILE--
<?php
class A {
--TEST--
Test chmod() function : second parameter variation
---XFAIL--
--FILE--
<?php
/* Prototype : bool chmod(string filename, int mode)
--TEST--
Test fgetc() function : basic functionality
---XFAIL--
-Pending completion of Unicode streams
--FILE--
<?php
/*
--TEST--
Test file_get_contents() function : error conditions
---XFAIL--
-Pending completion of Unicode streams
--CREDITS--
Dave Kelsey <d_kelsey@uk.ibm.com>
--FILE--
--TEST--
Testing fseek() on a directory stream
---XFAIL--
-Pending completion of Unicode streams
--FILE--
<?php
--TEST--
Test pathinfo() function : usage variation
---XFAIL--
--CREDITS--
Dave Kelsey <d_kelsey@uk.ibm.com>
--FILE--