Home
last modified time | relevance | path

Searched refs:array (Results 6401 – 6425 of 7349) sorted by relevance

1...<<251252253254255256257258259260>>...294

/PHP-7.3/ext/dba/tests/
H A Ddba_db4_009.phpt46 array(3) {
/PHP-7.3/ext/enchant/tests/
H A Dbroker_free_02.phpt15 $newWord = array("iLoveJava","iLoveJavascript","iLoveRuby","iLovePerl","iLoveAwk","iLoveC");
/PHP-7.3/ext/standard/tests/serialize/
H A Dprecision.phpt10 $numbers = array(
/PHP-7.3/ext/standard/tests/strings/
H A Dunpack_error.phpt6 /* Prototype : array unpack ( string $format , string $data )
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c890 zval *arg_pattern, *array = NULL; in _php_mb_regex_ereg_exec() local
899 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zs|z/", &arg_pattern, &string, &string_len, &array) ==… in _php_mb_regex_ereg_exec()
903 if (array != NULL) { in _php_mb_regex_ereg_exec()
904 zval_ptr_dtor(array); in _php_mb_regex_ereg_exec()
905 array_init(array); in _php_mb_regex_ereg_exec()
953 if (array != NULL) { in _php_mb_regex_ereg_exec()
960 add_index_stringl(array, i, (char *)&str[beg], end - beg); in _php_mb_regex_ereg_exec()
962 add_index_bool(array, i, 0); in _php_mb_regex_ereg_exec()
967 mb_regex_groups_iter_args args = {array, string, string_len, regs}; in _php_mb_regex_ereg_exec()
/PHP-7.3/ext/standard/tests/file/
H A Dfgetcsv_variation10.phpt14 /* the array is with three elements in it. Each element should be read as
18 $csv_lists = array (
19 array(',', '"', '"water",fruit'),
20 array(',', '"', '"water","fruit"'),
21 array(' ', '^', '^water^ ^fruit^'),
22 array(':', '&', '&water&:&fruit&'),
23 array('=', '=', '=water===fruit='),
24 array('-', '-', '-water--fruit-air'),
25 array('-', '-', '-water---fruit---air-'),
26 array(':', '&', '&""""&:&"&:,:":&,&:,,,,')
[all …]
H A Dfgetcsv_variation23.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_error1.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
/PHP-7.3/ext/simplexml/tests/
H A D007.phpt53 array(1) {
/PHP-7.3/ext/zlib/tests/
H A Dgzopen_basic2.phpt22 $modes = array('w', 'w+');
/PHP-7.3/ext/oci8/tests/
H A Derror_bind_3.phpt6 $target_dbs = array('oracledb' => true, 'timesten' => true); // test runs on these DBs
H A Dimp_res_get_exec.phpt6 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_003w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclit.wsdl",array("trace"=>1,"exception…
/PHP-7.3/ext/phar/tests/
H A Dphar_extract2.phpt24 $out = array();
H A Dphar_gzip.phpt24 $files = array();
H A Dphar_setalias2.phpt14 $files = array();
H A Dphar_stub_error.phpt15 $files = array();
/PHP-7.3/ext/phar/tests/tar/
H A Drequire_hash.phpt50 array(2) {
/PHP-7.3/ext/posix/tests/
H A Dposix_getgrgid_error.phpt9 /* Prototype : proto array posix_getgrgid(long gid)
/PHP-7.3/ext/gmp/tests/
H A Dgmp_sqrt.phpt23 var_dump(gmp_sqrt(array()));
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt30 var_dump(new ReflectionClass(array(1,2,3)));
/PHP-7.3/ext/standard/tests/url/
H A Dget_headers_error_001.phpt8 /* Prototype : proto array get_headers(string url[, int format[, resource $context]])
/PHP-7.3/ext/intl/tests/
H A Ddateformat_formatObject_calendar.phpt17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
/PHP-7.3/ext/standard/tests/array/
H A Dsizeof_object1.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug30175.phpt40 array(3) {

Completed in 68 milliseconds

1...<<251252253254255256257258259260>>...294