Home
last modified time | relevance | path

Searched refs:into (Results 101 – 125 of 471) sorted by relevance

12345678910>>...19

/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
/PHP-5.5/tests/lang/
H A Dbug24403.phpt2 Bug #24403 (scope doesn't properly propagate into internal functions)
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/PHP-5.5/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
H A Dstream_copy_to_stream.phpt136 I'll tear you down into my private hell
143 I'll tear you down into my private hell
152 I'll tear you down into my private hell
/PHP-5.5/ext/mbstring/tests/
H A Dbug20087.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt6 * Description: Split array into chunks
7 * Chunks an array into size large chunks.
H A Darray_merge_recursive_error.phpt6 * Description: Recursively merges elements from passed arrays into one array
/PHP-5.5/ext/dom/tests/
H A DDOMComment_insertData_error1.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_insertData_error2.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_replaceData_error1.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_replaceData_error2.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_replaceData_basic.phpt2 Test replacing data into a DOMComment basic test
/PHP-5.5/ext/oci8/tests/
H A Derror_bind.phpt22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
H A Dcommit_001.phpt14 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
54 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
/PHP-5.5/ext/snmp/tests/
H A Dsnmpd.conf8 Do not enable them - being set here they make appropriate OID switch into r/o
/PHP-5.5/ext/pcre/tests/
H A Dbug27103.phpt2 Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets)
/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation2.phpt8 …* Description: Converts a string containing an (IPv4) Internet Protocol dotted address into a prop…
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt8 * Description: Parses the string into variables
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50282.phpt2 Bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61207.phpt18 $handle1 = $db->prepare('insert into test(id) values(1);
66 $handle4 = $db->prepare('insert into test(id) values(3);
/PHP-5.5/ext/simplexml/tests/
H A Dbug46047.phpt2 Bug #46047 (SimpleXML converts empty nodes into object with nested array)
/PHP-5.5/ext/openssl/tests/
H A D018.phpt18 Warning: openssl_sign(): supplied key param cannot be coerced into a private key in %s on line %d
/PHP-5.5/
H A DREADME.STREAMS6 The information contained here is being integrated into
64 to be copied (if needed) into a stream that can
72 If you need to open a specific stream, or convert standard resources into
77 Convert a FILE * into a stream.
80 Open a FILE * with tmpfile() and convert into a stream.
89 Convert a socket into a stream.
115 If you want to read the contents of a stream into an allocated memory buffer,
129 can use this function to copy the contents into a new stream that can
169 You need to "cast" the stream into a FILE*, and this is how you do it:
220 can_cast tells you if the stream can be forced into the form you request.
[all …]

Completed in 115 milliseconds

12345678910>>...19