Home
last modified time | relevance | path

Searched refs:use (Results 251 – 275 of 851) sorted by relevance

1...<<11121314151617181920>>...35

/PHP-5.5/ext/standard/tests/file/
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
/PHP-5.5/Zend/tests/traits/
H A Dbug55372.phpt20 use testTrait;
H A Dbug60153.phpt15 use TFoo;
H A Dlanguage007.phpt21 use Hello;
H A Dbug55524.phpt15 …ot extend a class. Traits can only be composed from other traits with the 'use' keyword. Error in …
H A Derror_014.phpt15 use foo { test as public; }
H A Dlanguage015.phpt12 use T1 {
H A Dlanguage016.phpt12 use T1 {
H A Dlanguage017.phpt12 use T1 {
H A Dlanguage008a.phpt14 use HelloWorld { sayHello as protected; }
H A Dnoctor001.phpt11 use Foo;
H A Dbug54441.phpt11 use Foo {
H A Dbug60369.phpt11 use PropertiesTrait;
/PHP-5.5/ext/spl/tests/
H A Dbug67539.phpt2 Bug #67539 (ArrayIterator use-after-free due to object change during sorting)
/PHP-5.5/tests/classes/
H A Dfinal_abstract.phpt16 Fatal error: Cannot use the final modifier on an abstract class member in %s
H A Dabstract_final.phpt16 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dtest_alias_unset.phpt41 Cannot open archive "%stest_alias_unset.2.phar.php", alias is already in use by existing archive
44 …am: Cannot open archive "%stest_alias_unset.phar.php", alias is already in use by existing archive…
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt25 … not safe to rely on the system's timezone settings. You are *required* to use the date.timezone s…
27 … not safe to rely on the system's timezone settings. You are *required* to use the date.timezone s…
/PHP-5.5/Zend/tests/
H A Dcall_user_func_003.phpt19 var_dump(call_user_func(function() use (&$foo) { return $foo; }, '__invoke'));
H A Dbug60139.phpt20 $this->x = function() use ($self) {};
H A Dclosure_018.phpt9 $lambda = function &() use (&$x) {
H A Dns_035.phpt8 use \ArrayObject;
/PHP-5.5/tests/output/
H A Dbug60768.phpt8 ob_start(function($buffer) use (&$storage) { $storage .= $buffer; }, 20);
/PHP-5.5/tests/lang/
H A Dbug24403.phpt21 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in %s …
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt12 use THello;

Completed in 42 milliseconds

1...<<11121314151617181920>>...35