Home
last modified time | relevance | path

Searched refs:into (Results 151 – 175 of 494) sorted by relevance

12345678910>>...20

/PHP-7.1/ext/standard/tests/network/
H A Dip2long_variation2.phpt9 …* Description: Converts a string containing an (IPv4) Internet Protocol dotted address into a prop…
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_72583.phpt11 $C->exec('insert into atable values (1, -1)');
H A Dbug_72931.phpt10 $S = $C->prepare('insert into tablea (id) values (1) returning id');
H A Dbug_73087.phpt11 $S = $C->prepare('insert into atable (id, content) values (:id, :content)');
H A Dtestdb.inc20 ibase_query($tr,"insert into test1(i, c) values(1, 'test table not created with isql')");
/PHP-7.1/ext/gd/tests/
H A Dbug74435.phpt2 Bug #74435 (Buffer over-read into uninitialized memory)
/PHP-7.1/
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 …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_chunk_variation5.phpt6 * Description: Split array into chunks
7 * : Chunks an array into size large chunks
H A Darray_merge_basic.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_socket_sendto.phpt50 Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %i
57 Warning: stream_socket_sendto(): Failed to parse %s into a valid network address in %s on line %i
/PHP-7.1/ext/oci8/tests/
H A Ddefine.phpt15 "insert into define_tab (string) values ('some')",
H A Ddefine3.phpt21 $stmt = oci_parse ($c, "insert into phpdefblobtable (id, fileimage) values (:id, empty_blob()) retu…
H A Dbug41069.phpt45 "insert into bug41069_tab (c1, c2, c5, c6, c9, c10, c12, c15) values
48 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c13, c15) values
51 "insert into bug41069_tab (c1, c2, c3, c4, c5, c6, c7, c9, c10, c12, c15) values
H A Dbug32325.phpt26 select bug32325_t(1,2,3,4) into :list from dual;
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_saveHTML_basic.phpt2 DOMDocument::saveHTML() should dump the internal document into a string using HTML formatting
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_open_basic.phpt25 Warning: openssl_open(): unable to coerce parameter 4 into a private key in %s on line %d
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dbug_63916-2.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug_63916.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-7.1/ext/curl/tests/
H A Dcurl_write_callback.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file, passing the output into
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug72663_2.phpt2 Bug #72663 (2): Don't allow references into failed unserialize
/PHP-7.1/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-7.1/ext/iconv/tests/
H A Dtranslit-failure.phpt21 * The bug (fixed in libiconv 1.8) was confirmed that iconv goes into an
/PHP-7.1/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug63921-64bit.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-7.1/tests/lang/
H A Dbug28800.phpt5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');

Completed in 42 milliseconds

12345678910>>...20