Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.3/scripts/dev/
H A Dfind_tested.php75 foreach($extension_method_info as $record) {
76 echo $record[EXTENSION_NAME] . ",";
77 echo $record[CLASS_NAME] . ",";
78 echo $record[METHOD_NAME] . ",";
79 echo $record[IS_TESTED] . ",";
80 echo $record[TESTS] . "\n";
/PHP-7.3/ext/standard/tests/strings/
H A Dbug71969.phpt10 foreach($a as &$record)
12 $record["one"]["a"] = "2222";
/PHP-7.3/ext/odbc/tests/
H A Dbug71171.phpt20 while($record = odbc_fetch_array($res)) var_dump($record);
/PHP-7.3/ext/phar/tests/zip/
H A Dcorrupt_001.phpt20 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
H A Dcorrupt_007.phpt2 Phar: corrupted zip (truncated filename record)
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_data_seek.phpt34 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
41 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysqli_data_seek_oo.phpt43 printf("[008] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
50 printf("[010] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysqli_stmt_bind_param.phpt344 printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
350 printf("[2009] Row seems wrong, dumping record\n");
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dst.c21 st_data_t record; member
262 if (value != 0) *value = ptr->record;
278 entry->record = value;\
301 ptr->record = value;
410 if (value != 0) *value = ptr->record;
421 if (value != 0) *value = tmp->record;
453 if (value != 0) *value = ptr->record;
454 ptr->key = ptr->record = never;
499 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-7.3/ext/pspell/tests/
H A D001.phpt15 $string .= "I will not buy this record, it is scratched. ";
17 $string .= "I will not buy this record, it is scratched. ";
44 record : true
54 record : true
/PHP-7.3/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-7.3/ext/fileinfo/libmagic/
H A Dis_tar.c97 const union record *header = (const union record *)(const void *)buf; in is_tar()
H A Dtar.h51 union record { union
/PHP-7.3/ext/standard/tests/file/
H A Dlstat_stat_variation9.phpt26 /* first create the dir/subdir and files, record the stat */
39 /* now delete the surdir and file and record the stat */
H A Dlstat_stat_basic.phpt47 // create soft link and record stat
/PHP-7.3/ext/soap/tests/
H A Dcustom_content_type.phpt29 'trace' => true, /* record the headers before sending */
55 'trace' => true, /* record the headers before sending */
/PHP-7.3/ext/standard/tests/array/
H A Darray_column_object_cast.phpt23 // Array representing a possible record set returned from a database
H A Darray_column_basic.phpt13 /* Array representing a possible record set returned from a database */
/PHP-7.3/ext/pgsql/tests/
H A Dbug71998.phpt65 …db, "INSERT INTO tmp_statistics (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, record inserted
/PHP-7.3/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())
/PHP-7.3/ext/interbase/tests/
H A D006.phpt124 /* make one record */
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic7551 >>>>>>>>>>>>4 lelong >0 \b, %d record
7568 # 1st record offset + 1 = header size
8382 >0 belong 2 beginning of file record,
8384 >0 belong 4 continuation of file record,
8401 >0 belong 2 beginning of file record,
8420 >0 belong 2 beginning of file record,
8458 >0 leshort 2 beginning of file record.
11809 # 1st name record
19447 # record type (FONTNAME=00AEh)
28019 # Zip Central Cirectory record
[all …]
H A Dmagic私はガラスを食べられます7551 >>>>>>>>>>>>4 lelong >0 \b, %d record
7568 # 1st record offset + 1 = header size
8382 >0 belong 2 beginning of file record,
8384 >0 belong 4 continuation of file record,
8401 >0 belong 2 beginning of file record,
8420 >0 belong 2 beginning of file record,
8458 >0 leshort 2 beginning of file record.
11809 # 1st name record
19447 # record type (FONTNAME=00AEh)
28019 # Zip Central Cirectory record
[all …]
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3656 const ucd_record *record = GET_UCD(INVALID_UTF_CHAR); in do_getucd() local
3657 SLJIT_ASSERT(record->script == ucp_Common && record->chartype == ucp_Cn && record->gbprop == ucp_gb… in do_getucd()
3658 SLJIT_ASSERT(record->caseset == 0 && record->other_case == 0); in do_getucd()

Completed in 162 milliseconds

12