Home
last modified time | relevance | path

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

12

/PHP-5.5/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.5/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.5/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.5/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.5/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.5/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_002.phpt2 Phar: corrupted zip (no end of zip record)
H A Dcorrupt_007.phpt2 Phar: corrupted zip (truncated filename record)
/PHP-5.5/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.5/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.5/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.5/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())
/PHP-5.5/ext/interbase/tests/
H A D006.phpt124 /* make one record */
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in11 /* For the record here: */
H A Dconfig.w3212 /* For the record here: */
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING4 These are very rough technical notes that record potentially useful information
H A DChangeLog5795 pcre_exec() didn't supply a large enough ovector to record the related
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4792 >>>>>>>>>>>>4 lelong >0 \b, %ld record
4809 # 1st record offset + 1 = header size
5264 >0 belong 2 beginning of file record,
5266 >0 belong 4 continuation of file record,
5283 >0 belong 2 beginning of file record,
5285 >0 belong 4 continuation of file record,
5302 >0 belong 2 beginning of file record,
5304 >0 belong 4 continuation of file record,
5338 >0 leshort 2 beginning of file record.
5340 >0 leshort 4 continuation of file record.
[all …]
/PHP-5.5/
H A DNEWS6543 TXT record). (Felipe)
6876 - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record).

Completed in 144 milliseconds

12