Home
last modified time | relevance | path

Searched refs:from (Results 101 – 125 of 1434) sorted by relevance

12345678910>>...58

/PHP-5.5/ext/openssl/tests/
H A D021.phpt51 Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d
54 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
63 Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d
66 Warning: openssl_csr_sign(): cannot get CSR from parameter 1 in %s on line %d
69 Warning: openssl_csr_sign(): cannot get cert from parameter 2 in %s on line %d
74 Warning: openssl_csr_sign(): cannot get private key from parameter 3 in %s on line %d
H A Dbug25614.phpt2 openssl: get public key from generated private key
14 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt37 …O::setAttribute(int attribute, mixed value) has changed the type of value from %s to %s, test will…
80 Read options from the named option file instead of from my.cnf.
83 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
105 [001] Call to PDO::setAttribute(int attribute, mixed value) has changed the type of value from inte…
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h125 const mbfl_encoding *from; member
129 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new(enum mbfl_no_encoding from, enum m…
130 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new2(const mbfl_encoding *from, const …
207 mbfl_substr(mbfl_string *string, mbfl_string *result, int from, int length);
213 mbfl_strcut(mbfl_string *string, mbfl_string *result, int from, int length);
225 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
/PHP-5.5/tests/classes/
H A Dimplicit_instantiation_001.phpt42 Warning: Creating default object from empty value in %s on line 18
48 Warning: Creating default object from empty value in %s on line 22
52 Warning: Creating default object from empty value in %s on line 26
60 Warning: Creating default object from empty value in %s on line 18
66 Warning: Creating default object from empty value in %s on line 22
70 Warning: Creating default object from empty value in %s on line 26
78 Warning: Creating default object from empty value in %s on line 18
84 Warning: Creating default object from empty value in %s on line 22
88 Warning: Creating default object from empty value in %s on line 26
H A Dinterface_constant_inheritance_002.phpt2 Ensure a class may not shadow a constant inherited from an interface.
17 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I in %s on…
H A Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
/PHP-5.5/ext/oci8/tests/
H A Dbug44206.phpt17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
19 from dual";
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt22 echo "\n\nRead a line from the client:\n";
26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
57 Read a line from the client:
76 Close the server side socket and read the remaining data from the client:
H A Dstream_get_meta_data_socket_variation2.phpt25 echo "\n\nWrite some data from the server:\n";
29 echo "\n\nRead some data from the client:\n";
76 Write some data from the server:
95 Read some data from the client:
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
13 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
35 $from = "";
47 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation5.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
12 * and expected type for 'from' & 'to' arguments
72 //defining 'from' argument
73 $from = "012atm";
83 var_dump( strtr($str, $from, $to) );
H A Dstrtr_variation7.phpt5 /* Prototype : string strtr(string $str, string $from[, string $to]);
12 * and expected types for 'str' & 'from' arguments
34 //defining 'from' argument
35 $from = "atm012";
83 var_dump( strtr($str, $from, $to) );
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt46 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat…
51 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat…
55 string(113) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
56 string(105) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
/PHP-5.5/ext/readline/
H A DREADME.libedit2 Libedit can be obtained from http://sourceforge.net/projects/libedit/
3 It is taken from NetBSD (http://www.netbsd.org/) CVS repository and modified
/PHP-5.5/ext/gd/tests/
H A Dcreatefromwbmp.phpt12 echo 'test create from wbmp: ';
17 test create from wbmp: ok
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt10 function rename($from, $to) {
11 print "Renaming $from to $to\n";
37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
48 Renaming test://example.com/path/to/from to test://example.com/path/to/to
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_basic1.phpt32 echo "\n-- return value from shuffle() function --\n";
33 var_dump( shuffle($array_arg_int) ); // prints the return value from shuffle() function
45 echo "\n-- return value from shuffle() function --\n";
46 var_dump( shuffle($array_arg_strings) ); // prints the return value from shuffle() function
78 -- return value from shuffle() function --
125 -- return value from shuffle() function --
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_002.phpt22 echo "Parameters from staticMethod:\n\n";
37 echo "Parameters from instanceMethod:\n\n";
52 Parameters from staticMethod:
66 Parameters from instanceMethod:
H A DReflectionParameter_003.phpt12 echo "hello from test\n";
25 echo "parameter names from staticMethod method:\n\n";
56 hello from test
60 parameter names from staticMethod method:
/PHP-5.5/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
55 Returned from function call...
64 Returned from function call...
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
47 Removing properties before the current element from an iterated object.
63 Removing properties before the current element from an iterated object.
/PHP-5.5/Zend/tests/
H A Dexception_004.phpt2 Throwing exception using a class that isn't derived from the Exception base class
18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
H A Dinter_01.phpt2 Inherited constant from interface
18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
/PHP-5.5/ext/pdo/tests/
H A Dbug_44409.phpt18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
29 return "any data from serizalize()";
44 Method called: bug44409::unserialize('Data from DB')

Completed in 59 milliseconds

12345678910>>...58