Home
last modified time | relevance | path

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

12

/PHP-5.6/ext/fileinfo/libmagic/
H A Dis_tar.c95 const union record *header = (const union record *)(const void *)buf; in is_tar()
100 if (nbytes < sizeof(union record)) in is_tar()
107 for (i = sizeof(union record); --i >= 0;) in is_tar()
H A Dtar.h51 union record { union
/PHP-5.6/scripts/dev/
H A Dfind_tested.php72 foreach($extension_method_info as $record) {
73 echo $record[EXTENSION_NAME] . ",";
74 echo $record[CLASS_NAME] . ",";
75 echo $record[METHOD_NAME] . ",";
76 echo $record[IS_TESTED] . ",";
77 echo $record[TESTS] . "\n";
/PHP-5.6/ext/mysql/tests/
H A Dmysql_db_query.phpt33 printf("[005] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
48 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysql_data_seek.phpt33 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
40 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
/PHP-5.6/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-5.6/ext/phar/tests/zip/
H A Dcorrupt_001.phpt21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 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-5.6/ext/mbstring/oniguruma/
H A Dst.c21 st_data_t record; member
255 if (value != 0) *value = ptr->record;
272 entry->record = value;\
295 ptr->record = value;
401 if (value != 0) *value = ptr->record;
412 if (value != 0) *value = tmp->record;
444 if (value != 0) *value = ptr->record;
445 ptr->key = ptr->record = never;
490 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-5.6/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-5.6/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-5.6/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-5.6/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-5.6/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())
/PHP-5.6/ext/interbase/tests/
H A D006.phpt124 /* make one record */
/PHP-5.6/win32/build/
H A Dconfig.w32.phpize.in11 /* For the record here: */
H A Dconfig.w3212 /* For the record here: */
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING4 These are very rough technical notes that record potentially useful information
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic5058 >>>>>>>>>>>>4 lelong >0 \b, %ld record
5075 # 1st record offset + 1 = header size
5541 >0 belong 2 beginning of file record,
5543 >0 belong 4 continuation of file record,
5560 >0 belong 2 beginning of file record,
5562 >0 belong 4 continuation of file record,
5579 >0 belong 2 beginning of file record,
5581 >0 belong 4 continuation of file record,
5615 >0 leshort 2 beginning of file record.
5617 >0 leshort 4 continuation of file record.
[all …]
/PHP-5.6/
H A DNEWS8121 TXT record). (Felipe)
8454 - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record).

Completed in 136 milliseconds

12