Home
last modified time | relevance | path

Searched refs:use (Results 76 – 100 of 756) sorted by relevance

12345678910>>...31

/PHP-5.4/Zend/tests/traits/
H A Dmethods_002.phpt19 use foo;
20 use baz;
H A Dbug55554a.phpt15 use TConstructor {
21 use TConstructor {
H A Dbug61998.phpt6 use T1 {
31 use T1 {
35 use T2 {
H A Dbug55554f.phpt6 // Ensuring that inconsistent constructor use results in an error to avoid
16 use TNew;
H A Dbug55554g.phpt6 // Ensuring that inconsistent constructor use results in an error to avoid
16 use TLegacy;
H A Dflattening001.phpt20 use T1;
21 use T2;
H A Dproperty006.phpt15 // Now we use the trait, which happens to introduce another private variable
19 use THello1;
27 use THello1;
H A Derror_010.phpt14 use foo, c { c::test insteadof foo; }
15 use foo, c { c::test insteadof foo; }
H A Dproperty004.phpt18 use THello1;
19 use THello2;
/PHP-5.4/sapi/cli/tests/
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-5.4/Zend/tests/
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
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 Dbug60536_004.phpt15 // Now we use the trait, which happens to introduce another private variable
19 use THello1;
27 use THello1;
H A Dns_086.phpt15 use \foo;
26 use foo\bar as foo1;
H A Dns_012.phpt11 use test\ns1 as ns2;
12 use test as ns3;
/PHP-5.4/
H A DREADME.STREAMS23 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
47 In most cases, you should use this API:
57 USE_PATH - use include path to search for the file
58 IGNORE_URL - do not use plugin wrappers
116 you should use:
126 As with copy_to_stream, this function will try use mmap where it can.
149 only makes sense to use this for read-only use.
207 You can use:
212 to check if a stream is a socket you might use:
310 hold it, allocate it (use pemalloc with the persistent flag set
[all …]
/PHP-5.4/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt18 use THelloA;
19 use THelloB;
H A Dcase-sensitive.phpt18 use A;
19 use B;
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug29839.wsdl9 <attribute ref="xml:lang" use="required"/>
30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
H A Dbug34453.wsdl9 <attribute ref="xml:lang" use="required"/>
30 <soap:body use="literal"/>
33 <soap:body use="literal"/>
/PHP-5.4/ext/curl/tests/
H A Dcurl_basic_017.phpt29 curl_setopt($chs[0], CURLOPT_URL, $url); //set the url we want to use
30 curl_setopt($chs[1], CURLOPT_URL, $url); //set the url we want to use
31 curl_setopt($chs[2], CURLOPT_URL, $url); //set the url we want to use
/PHP-5.4/sapi/aolserver/
H A DREADME8 NOTE: You should not use this module in production. PHP is not 100% stable
10 by removing #define NO_GLOBAL_LOCK in main/main.c. Also don't use
11 php_value as it will lead to races in a sub-system (use an ini file
45 You can use the following commands in this section:

Completed in 33 milliseconds

12345678910>>...31