/PHP-7.3/ext/dba/tests/ |
H A D | dba_db4_009.phpt | 46 array(3) {
|
/PHP-7.3/ext/enchant/tests/ |
H A D | broker_free_02.phpt | 15 $newWord = array("iLoveJava","iLoveJavascript","iLoveRuby","iLovePerl","iLoveAwk","iLoveC");
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | precision.phpt | 10 $numbers = array(
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | unpack_error.phpt | 6 /* Prototype : array unpack ( string $format , string $data )
|
/PHP-7.3/ext/mbstring/ |
H A D | php_mbregex.c | 890 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 D | fgetcsv_variation10.phpt | 14 /* 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 D | fgetcsv_variation23.phpt | 6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
|
/PHP-7.3/ext/standard/tests/dir/ |
H A D | scandir_error1.phpt | 5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
|
/PHP-7.3/ext/simplexml/tests/ |
H A D | 007.phpt | 53 array(1) {
|
/PHP-7.3/ext/zlib/tests/ |
H A D | gzopen_basic2.phpt | 22 $modes = array('w', 'w+');
|
/PHP-7.3/ext/oci8/tests/ |
H A D | error_bind_3.phpt | 6 $target_dbs = array('oracledb' => true, 'timesten' => true); // test runs on these DBs
|
H A D | imp_res_get_exec.phpt | 6 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
|
/PHP-7.3/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_doclit_003w.phpt | 18 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclit.wsdl",array("trace"=>1,"exception…
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_extract2.phpt | 24 $out = array();
|
H A D | phar_gzip.phpt | 24 $files = array();
|
H A D | phar_setalias2.phpt | 14 $files = array();
|
H A D | phar_stub_error.phpt | 15 $files = array();
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | require_hash.phpt | 50 array(2) {
|
/PHP-7.3/ext/posix/tests/ |
H A D | posix_getgrgid_error.phpt | 9 /* Prototype : proto array posix_getgrgid(long gid)
|
/PHP-7.3/ext/gmp/tests/ |
H A D | gmp_sqrt.phpt | 23 var_dump(gmp_sqrt(array()));
|
/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionClass_constructor_002.phpt | 30 var_dump(new ReflectionClass(array(1,2,3)));
|
/PHP-7.3/ext/standard/tests/url/ |
H A D | get_headers_error_001.phpt | 8 /* Prototype : proto array get_headers(string url[, int format[, resource $context]])
|
/PHP-7.3/ext/intl/tests/ |
H A D | dateformat_formatObject_calendar.phpt | 17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | sizeof_object1.phpt | 6 * Description: Counts an elements in an array. If Standard PHP library is installed,
|
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug30175.phpt | 40 array(3) {
|