Home
last modified time | relevance | path

Searched refs:use (Results 176 – 200 of 1030) sorted by relevance

12345678910>>...42

/PHP-8.0/Zend/tests/
H A Dns_060.phpt6 use Bar\A as B;
13 use Foo\A as B;
H A Dns_081.phpt6 use \foo;
16 use foo\bar as foo1;
H A Dns_084.phpt6 use \foo;
16 use foo\bar as foo1;
H A Dns_087.phpt6 use \foo;
18 use foo\bar as foo1;
H A Dbug54039.phpt2 Bug #54039 (use() of static variables in lambda functions can break staticness)
9 $f = function() use($v) {
20 $f = function() use($v) {
35 $f = function() use($v) {
H A Dbug77291.phpt22 use AccessibleProperties;
28 use AccessibleProperties;
H A Dns_086.phpt15 use \foo;
26 use foo\bar as foo1;
H A Dbug62991.phpt8 $closure = function() use ( $array ) {
17 $closure = function() use ( $array ) {
H A Dns_012.phpt11 use test\ns1 as ns2;
12 use test as ns3;
H A Dns_090.phpt2 Group use statements declared inline
17 use Foo\Bar\Baz\{ A, B, C as AC, D };
18 use Foo\Bar\Baz\{ function foo, function bar as buz, const FOO, const BAR AS BOZ };
H A Dbug64239_2.phpt6 use T1;
11 use T2 { t2method as Bmethod; }
/PHP-8.0/Zend/tests/traits/
H A Dflattening001.phpt20 use T1;
21 use T2;
H A Derror_010.phpt14 use foo, c { c::test insteadof foo; }
15 use foo, c { c::test insteadof foo; }
H A Dbug61998.phpt6 use T1 {
31 use T1 {
35 use T2 {
H A Dproperty004.phpt17 use THello1;
18 use THello2;
/PHP-8.0/ext/bz2/tests/
H A D002.phpt105 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
111 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
117 Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
120 Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
123 Warning: bzopen(): Cannot use stream opened in mode 'w+' in %s on line %d
126 Warning: bzopen(): Cannot use stream opened in mode 'w+' in %s on line %d
/PHP-8.0/ext/intl/tests/
H A Dformatter_format_and_parse_errors.phpt62 numfmt_format(): Argument #3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_…
63 …(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::fo…
64 numfmt_parse(): Argument #3 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use numfmt_p…
65 …(): Argument #2 ($type) cannot be NumberFormatter::TYPE_CURRENCY constant, use NumberFormatter::pa…
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_dfg.h30 zend_bitset use; member
47 …op_array *op_array, const zend_op *opline, uint32_t build_flags, zend_bitset use, zend_bitset def);
H A Dscdf.h58 int use; in scdf_add_to_worklist() local
60 FOREACH_USE(var, use) { in scdf_add_to_worklist()
61 zend_bitset_incl(scdf->instr_worklist, use); in scdf_add_to_worklist()
/PHP-8.0/Zend/tests/attributes/
H A D004_name_resolution.phpt27 use Doctrine\ORM\Mapping\Entity;
28 use Doctrine\ORM\Mapping as ORM;
29 use Doctrine\ORM\Attributes;
H A D002_rfcexample.phpt7 use Attribute;
20 use My\Attributes\SingleArgument;
/PHP-8.0/Zend/tests/type_declarations/
H A Dconfusable_type_warning.phpt14 use integer as foo;
23 use integer;
28 use integer as foo;
46 … name. Did you mean "bool"? Write "\Foo\boolean" or import the class with "use" to suppress this w…
/PHP-8.0/docs/
H A Dstreams.md18 Streams use a `php_stream*` parameter just as ANSI stdio (fread etc.) use a
45 In most cases, you should use this API:
57 * `IGNORE_PATH` (default) - don't use include path to search for the file
58 * `USE_PATH` - use include path to search for the file
59 * `IGNORE_URL` - do not use plugin wrappers
117 you should use:
155 sense to use this for read-only use.
164 NOTE: If you are opening a stream and need it to be seekable, use the
223 You can use:
230 check if a stream is a socket you might use:
[all …]
/PHP-8.0/Zend/tests/assert/
H A Dexpect_015.phpt23 assert(0 && ($a = function &(array &$a, ?X $b = null) use ($c,&$d) : ?X {
68 assert(0 && ($a = function &(array &$a, X $b = null, int|float $c) use ($c,&$d) : X {
100 assert(0 && ($a = function &(?array &$a, X $b = null) use ($c,&$d) : X {
102 use T1, T2 {
108 use T3;
168 Warning: assert(): assert(0 && ($a = function &(array &$a, ?X $b = null) use($c, &$d): ?X {
213 Warning: assert(): assert(0 && ($a = function &(array &$a, X $b = null, int|float $c) use($c, &$d):…
253 Warning: assert(): assert(0 && ($a = function &(?array &$a, X $b = null) use($c, &$d): X {
255 use T1, T2 {
261 use T3;
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
30 <soap:body use="literal"/>
33 <soap:body use="literal"/>

Completed in 31 milliseconds

12345678910>>...42