Home
last modified time | relevance | path

Searched refs:results (Results 26 – 50 of 145) sorted by relevance

123456

/PHP-5.5/ext/imap/tests/
H A Dimap_binary_basic.phpt21 echo "Encode a string which results in more than 60 charters of output\n";
22 $str = b'This is a long string with results in more than 60 characters of output';
42 Encode a string which results in more than 60 charters of output
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt44 printf("[008] More results: %s\n", (mysqli_more_results($link) ? "yes" : "no"));
45 printf("[009] Next results: %s\n", (mysqli_next_result($link) ? "yes" : "no"));
79 [008] More results: %s
80 [009] Next results: %s
H A Dmysqli_stmt_multires.phpt57 printf("[009] Expected more results\n");
78 printf("[013] Expected more results\n");
84 printf("[014] No more results expected\n");
H A Dbug42548.phpt42 print "no results found\n";
74 no results found
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt34 printf("[004] Emulated PS, DESCRIBE returned no results\n");
52 printf("[007] Emulated PS, SHOW returned no results\n");
58 printf("[009] Emulated PS, EXPLAIN returned no results\n");
65 printf("[010] Emulated PS, EXPLAIN returned no results\n");
92 printf("[013] Native PS (native support: %s), DESCRIBE returned no results\n",
100 …printf("[015] Emulated and native PS (native support: %s) results of DESCRIBE differ: %s vs. %s\n",
127 printf("[017] Native PS (native support: %s), SHOW returned no results\n",
155 printf("[013] Native PS (native support: %s), EXPLAIN returned no results\n",
H A Dbug_45120.phpt24 printf("[002] Wrong results: %s\n", var_export($res, true));
31 printf("[004] Wrong results: %s\n", var_export($res, true));
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_parse.phpt24 $results = array(
44 $str_res .= dump( ut_msgfmt_parse( $fmt, $results[$locale] ) ) . "\n";
45 $str_res .= dump( ut_msgfmt_parse_message($locale, $pattern, $results[$locale])) . "\n";
/PHP-5.5/ext/ldap/tests/
H A Dldap_search_variation5.phpt43 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
64 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
85 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_14_querysingle.phpt18 echo "SELECTING results\n";
30 SELECTING results
H A Dsqlite3_prepared_stmt_clear_with_params.phpt17 echo "SELECTING results\n";
28 SELECTING results
H A Dsqlite3_19_columninfo.phpt18 echo "SELECTING results\n";
38 SELECTING results
H A Dsqlite3stmt_paramCount_error.phpt20 echo "SELECTING results\n";
39 SELECTING results
H A Dsqlite3stmt_paramCount_basic.phpt25 echo "SELECTING results\n";
48 SELECTING results
/PHP-5.5/ext/soap/interop/
H A Ddatabase_round2.sql29 # Table structure for table `results`
32 CREATE TABLE results (
/PHP-5.5/ext/standard/tests/math/
H A Dround_prerounding.phpt2 round() prerounds results to precision
H A Dallowed_rounding_error.inc5 //This assumes that the results will be the same to + or - 1.0E-10.
/PHP-5.5/Zend/tests/
H A Dbug33318.phpt2 Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
H A Dbug43183.phpt2 Bug #43183 ("use" of the same class in difference scripts results in a fatal error)
H A Dbug34786.phpt2 Bug #34786 (2 @ results in change to error_reporting() to random value)
/PHP-5.5/ext/standard/tests/file/
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
/PHP-5.5/ext/oci8/tests/
H A Dbug41069.phpt63 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
64 var_dump($results);
69 oci_fetch_all($stid, $results, 0, -1, OCI_ASSOC+OCI_FETCHSTATEMENT_BY_ROW);
70 var_dump($results);
/PHP-5.5/ext/standard/tests/array/
H A Dbug42838.phpt2 Bug #42838 (Wrong results in array_diff_uassoc())
/PHP-5.5/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic1.phpt29 echo "\nBasic test with an existing array as results array\n";
66 Basic test with an existing array as results array
/PHP-5.5/ext/hash/tests/
H A Dbug52240.phpt2 Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes)

Completed in 167 milliseconds

123456