Home
last modified time | relevance | path

Searched refs:array (Results 6551 – 6575 of 7349) sorted by relevance

1...<<261262263264265266267268269270>>...294

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_driver.phpt33 $all_modes = array(MYSQLI_REPORT_INDEX, MYSQLI_REPORT_ERROR, MYSQLI_REPORT_STRICT,
65 printf("[012] getTrace() has returned an empty array.\n");
H A Dmysqli_stmt_get_result.phpt128 printf("[036] Expecting array, got %s/%s, [%d] %s\n",
173 array(2) {
179 array(2) {
/PHP-7.3/ext/standard/tests/math/
H A Dfmod_basiclong_64bit.phpt15 $longVals = array(
21 $otherVals = array(0, 1, -1, 7, 9, 65, -44, MAX_32Bit, MIN_32Bit, MAX_64Bit, MIN_64Bit);
H A Dround_basic.phpt15 $values = array(123456789,
25 $precision = array(2,
H A Dbase_convert_basic.phpt5 $frombase = array(2,8,10,16,36);
6 $tobase = array(2,8,10,16,36);
8 $values = array(10,
/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt321 array(5) {
334 array(3) {
H A Dstrspn_variation8.phpt53 // defining array of different heredoc strings
54 $heredoc_strings = array(
64 // defining array of different mask strings
65 $mask_array = array(
75 // defining array of different start values
76 $start_array = array(
85 // defining array of different len values
86 $len_array = array(
96 // loop through each element of the array for heredoc str, mask str , start values and len values
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
/PHP-7.3/Zend/tests/grammar/
H A Dsemi_reserved_002.phpt45 static function array(){ echo __METHOD__, PHP_EOL; }
122 Obj::array();
200 Obj::array
/PHP-7.3/main/
H A Dfastcgi.h115 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func load_func, zval *array);
/PHP-7.3/ext/oci8/tests/
H A Dbind_unsupported_1.phpt12 $types = array(
H A Dfield_funcs2.phpt13 $t = array("C01" => "NUMBER",
/PHP-7.3/sapi/cli/tests/
H A Dbug61977.phpt13 * If a Mime Type is added in php_cli_server.c, add it to this array and update
/PHP-7.3/ext/phar/tests/
H A Dphar_oo_compressallbz2.phpt15 $files = array();
H A Dphar_oo_compressed_001.phpt15 $files = array();
H A Dphar_oo_compressed_001b.phpt15 $files = array();
/PHP-7.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_c.phpt19 $files = array();
/PHP-7.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_c.phpt19 $files = array();
/PHP-7.3/ext/gmp/tests/
H A Dgmp_sqrtrem.phpt53 var_dump(gmp_sqrtrem(array()));
/PHP-7.3/ext/intl/tests/
H A Dcollator_create4.phpt18 $locales = array(
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug28751.phpt15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug31422.phpt18 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug65018.phpt22 $soap = new SoapServer(null, array('uri' => '127.0.0.1'));
/PHP-7.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_001w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_002w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));

Completed in 39 milliseconds

1...<<261262263264265266267268269270>>...294