Home
last modified time | relevance | path

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

1234567

/PHP-7.0/ext/gd/tests/
H A Dbug65148.phpt35 $results = array();
41 $results[$name] = array('x' => imagesx($imgr), 'y' => imagesy($imgr));
46 print_r($results);
/PHP-7.0/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");
/PHP-7.0/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-7.0/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-7.0/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-7.0/ext/sqlite3/tests/
H A Dsqlite3_prepared_stmt_clear_with_params.phpt17 echo "SELECTING results\n";
28 SELECTING results
H A Dsqlite3_14_querysingle.phpt18 echo "SELECTING results\n";
30 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-7.0/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-7.0/ext/soap/interop/
H A Ddatabase_round2.sql29 # Table structure for table `results`
32 CREATE TABLE results (
/PHP-7.0/ext/iconv/tests/
H A Diconv_default_charset.phpt33 echo "\n--- results of alterations ---\n";
69 --- results of alterations ---
/PHP-7.0/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 Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
H A Dbug34786.phpt2 Bug #34786 (2 @ results in change to error_reporting() to random value)
/PHP-7.0/ext/gmp/tests/
H A Dbug50175.phpt2 Bug #50175: gmp_init() results 0 on given base and number starting with 0x or 0b
/PHP-7.0/ext/dom/tests/
H A Dbug69373.phpt2 Bug #69373 References to deleted XPath query results
/PHP-7.0/ext/standard/tests/file/
H A Dbug45303.phpt2 Bug #45303 (Opening php:// wrapper in append mode results in a warning)
/PHP-7.0/ext/spl/tests/
H A Dbug75049.phpt2 Bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results)
/PHP-7.0/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);

Completed in 50 milliseconds

1234567