Home
last modified time | relevance | path

Searched refs:use (Results 226 – 250 of 756) sorted by relevance

12345678910>>...31

/PHP-5.4/Zend/tests/traits/
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;
H A Dlanguage004.phpt20 use Hello, World {
/PHP-5.4/ext/spl/tests/
H A DDirectoryIterator_by_reference.phpt2 DirectoryIterator: test that you cannot use iterator with reference
H A Dbug67539.phpt2 Bug #67539 (ArrayIterator use-after-free due to object change during sorting)
/PHP-5.4/ext/standard/tests/file/
H A Dbug49047.phpt2 Test fopen() function : variation: interesting paths, no use include path
/PHP-5.4/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.4/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.4/tests/output/
H A Dbug60768.phpt8 ob_start(function($buffer) use (&$storage) { $storage .= $buffer; }, 20);
/PHP-5.4/Zend/tests/traits/bugs/
H A Dabstract-methods01.phpt12 use THello;
/PHP-5.4/
H A DREADME.REDIST.BINS27 Redistribution and use in source and binary forms, with or without
69 Redistribution and use in source and binary forms, with or without
74 It is my intent that you should be able to use this on your system,
156 Redistribution and use in source and binary forms, with or without
227 permission to use and distribute the software in accordance with the
237 arising from the use of this software.
258 Redistribution and use in source and binary forms, with or without
318 Redistribution and use in source and binary forms, with or without
365 Redistribution and use in source and binary forms, with or without
377 3. All advertising materials mentioning features or use of this
[all …]
/PHP-5.4/ext/intl/tests/
H A Dlocale_get_primary_language.phpt47 //Private use subtags:
53 //Private use registry values
57 /*Tags that use extensions (examples ONLY: extensions MUST be defined

Completed in 42 milliseconds

12345678910>>...31