Home
last modified time | relevance | path

Searched refs:use (Results 101 – 125 of 756) sorted by relevance

12345678910>>...31

/PHP-5.4/Zend/tests/
H A Dbug64239_2.phpt6 use T1;
11 use T2 { t2method as Bmethod; }
H A Dns_067.inc2 use Foo\Bar\Foo as Test;
H A Dclosure_028.phpt2 Closure 028: Trying to use lambda directly in foreach
/PHP-5.4/
H A DREADME.namespaces42 use Zend\DB;
43 use Zend\DB\Connection as DbConnection;
51 The use statement only defines name aliasing. It may create name alias for
52 namespace or class. The simple form of statement "use A\B\C\D;" is
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any
56 place the use statements at the beginning of the file. The use statements have
86 current import rules. So if we have "use A\B\C" and then "C\D\e()"
89 current import rules. So if we have "use A\B\C" and then "new C()" it
102 first tries to use (and autoload) class from current namespace and in case
/PHP-5.4/ext/soap/
H A Dphp_sdl.h99 sdlEncodingUse use; member
108 sdlEncodingUse use; member
114 sdlEncodingUse use; member
251 sdlUse use; member
H A DTODO.old5 make internal references for soap encoding (use serialization logic)
13 -convert all string mainpulation to use smart_str
20 maybe use the same alogrithim as ext/java.
/PHP-5.4/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-5.4/ext/spl/tests/
H A Dfileobject_003.phpt94 LogicException: Cannot use SplFileObject with directories
95 LogicException: Cannot use SplFileObject with directories
112 LogicException: Cannot use SplFileObject with directories
113 LogicException: Cannot use SplFileObject with directories
/PHP-5.4/Zend/tests/traits/
H A Dproperty009.phpt23 use AHelloProperty;
27 use AHelloProperty;
31 use AHelloProperty;
H A Dproperty003.phpt18 use THello1;
19 use THello2;
/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_cbc.phpt17 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
23 Warning: mcrypt_cbc(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
H A Dmcrypt_cfb.phpt17 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
23 Warning: mcrypt_cfb(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
H A Dmcrypt_decrypt.phpt18 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
25 Warning: mcrypt_decrypt(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl26use="literal" /></wsdl:input></wsdl:operation><wsdl:operation name="getPrice"><soap:operation soap…
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/PHP-5.4/TSRM/
H A Dtsrm.m450 AC_DEFINE(GNUPTH, 1, [Whether you use GNU Pth])
79 AC_DEFINE(BETHREADS, 1, Whether to use native BeOS threads)
85 AC_DEFINE(PTHREADS, 1, Whether to use Pthreads)
95 dnl For the thread implementations, we always use --with-*
/PHP-5.4/Zend/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
27 of the license, you may always continue to use it under the
28 terms of that version. You may also choose to use such covered
39 6. All advertising materials mentioning features or use of this
/PHP-5.4/ext/oci8/tests/
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
37 Test 1: Valid use of a null byte
H A Dnull_byte_3.phpt15 echo "Test 1: Invalid use of a null byte\n";
33 Test 1: Invalid use of a null byte
/PHP-5.4/ext/curl/tests/
H A Dbug63363.phpt28 … deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in …
32 … deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in …
/PHP-5.4/ext/soap/tests/schema/
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…
/PHP-5.4/ext/com_dotnet/
H A DREADME28 The code above will use the type information for the object to determine its
29 default property and then access it. In PHP 4, it was hard-coded to use the
42 use it for working with the special variant decimal, currency and date time
46 You can use the new object casting hook to for a php-native representation of
/PHP-5.4/ext/standard/tests/file/
H A Dunlink_variation2-win32.phpt2 Test unlink() function : usage variations - unlink file in use
15 /* Try to unlink file when file handle is still in use */
/PHP-5.4/ext/ereg/regex/
H A DCOPYRIGHT5 Permission is granted to anyone to use this software for any purpose on
9 1. The author is not responsible for the consequences of use of this
/PHP-5.4/ext/session/tests/
H A Dsave_handler_closures.inc6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };

Completed in 38 milliseconds

12345678910>>...31