Home
last modified time | relevance | path

Searched refs:use (Results 126 – 150 of 851) sorted by relevance

12345678910>>...35

/PHP-5.5/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.5/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
29 Warning: mcrypt_cbc(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
/PHP-5.5/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.5/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.5/Zend/tests/
H A Dclass_name_as_scalar.phpt36 use Bee\Bop as Moo,
39 var_dump(One::class); // resolve from use
41 var_dump(Moo::CLASS); // resolve from use as
H A Dclosure_028.phpt2 Closure 028: Trying to use lambda directly in foreach
H A D038.phpt2 Trying to use lambda as array key
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dclosure_034.phpt6 $a = function () use(&$a) {};
H A Dbug60536_002.phpt17 use THello1;
25 use THello1;
H A Dns_066.phpt6 use Foo\Bar\Foo as stdClass;
/PHP-5.5/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.5/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.5/ext/soap/
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.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/PHP-5.5/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.5/ext/session/tests/
H A Dsave_handler_closures.inc6 ${$fn.'_closure'} = function () use ($fn) { return call_user_func_array ($fn, func_get_args ()); };
/PHP-5.5/ext/mysql/tests/
H A Dmysql_trace_mode.phpt32 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
34 … manual that corresponds to your %s server version for the right syntax to use near 'BOGUS_SQL' at…
H A Dbug51242.phpt11 // Specific to this bug: we need to be able to connect via TCP. We'll use
38 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
H A Dbug48754.phpt72 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
81 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
89 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
97 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
/PHP-5.5/Zend/tests/traits/
H A Dproperty005.phpt17 use THello1;
25 use THello1;
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt32 // Same again but use '(' for negative values
37 // Same again but use a '0' for padding character
42 // Same again but use a '*' for padding character
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt58 echo "Reset callback options to use a class method \n";
65 echo "Reset callback options to use an object method \n";
99 Reset callback options to use a class method
114 Reset callback options to use an object method

Completed in 49 milliseconds

12345678910>>...35