Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt13 echo "INSERT into table\n";
45 INSERT into table
/PHP-7.1/ext/pdo/tests/
H A Dbug_34630.phpt36 …$insert = $db->prepare("insert into test (id, val) values (1, EMPTY_BLOB()) RETURNING val INTO :bl…
38 $insert = $db->prepare("insert into test (id, val) values (1, :blob)");
/PHP-7.1/sapi/fpm/tests/
H A Dlogtool.inc8 const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
421 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
423 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
425 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
436 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
438 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
440 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
442 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: pe is closed',
/PHP-7.1/ext/spl/tests/
H A Dspl_heap_insert_basic.phpt2 SPL: SplHeap, Test method to insert into heap
H A DSplFixedArray_count_checkParams.phpt2 Makes sure that an integer cannot be passed into the count() method of the splFixedArray.
H A DArrayObject_std_props_no_recursion.phpt2 Don't recurse into USE_OTHER when checking for STD_PROP_LIST
/PHP-7.1/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt2 Test finfo extension : loading into phpinfo()
/PHP-7.1/win32/
H A Dbuilddef.bat4 rem into PHP
/PHP-7.1/ext/dom/tests/
H A DDOMComment_insertData_basic.phpt2 Test inserting data into a DOMComment basic test
/PHP-7.1/Zend/tests/
H A Dno_class_const_propagation_in_closures.phpt2 self:: class constants should not be propagated into closures, due to scope rebinding
H A Dbug61273.phpt8 * we should trick EG(argument_stack) into growing
/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_005.phpt2 Test breakpoint into function context
/PHP-7.1/ext/oci8/tests/
H A Dconnect_scope_try2.phpt40 $s = oci_parse($c, "insert into scope_try2_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try2_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try3.phpt40 $s = oci_parse($c, "insert into scope_try3_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try3_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try4.phpt40 $s = oci_parse($c, "insert into scope_try4_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try4_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try5.phpt40 $s = oci_parse($c, "insert into scope_try5_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try5_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try6.phpt40 $s = oci_parse($c, "insert into scope_try6_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try1.phpt40 $s = oci_parse($c, "insert into scope_try1_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
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-7.1/ext/standard/tests/array/
H A Darray_chunk_variation4.phpt6 * Description: Split array into chunks
7 * : Chunks an array into size large chunks
/PHP-7.1/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
/PHP-7.1/Zend/tests/variadic/
H A Dnon_variadic_implements_variadic_error.phpt2 It's not possible to turn a variadic function into a non-variadic one
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/PHP-7.1/ext/standard/tests/file/
H A Dbug27619.phpt10 Remainder will get sucked into the read buffer though. */
/PHP-7.1/ext/mbstring/tests/
H A Dbug20087.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope

Completed in 25 milliseconds

12345678910>>...20