Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.4/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.4/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.4/ext/mbstring/oniguruma/
H A Dst.c37 st_data_t record; member
271 if (value != 0) *value = ptr->record;
288 entry->record = value;\
311 ptr->record = value;
417 if (value != 0) *value = ptr->record;
428 if (value != 0) *value = tmp->record;
460 if (value != 0) *value = ptr->record;
461 ptr->key = ptr->record = never;
501 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-5.4/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.4/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.4/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.4/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())
/PHP-5.4/ext/interbase/tests/
H A D006.phpt124 /* make one record */
/PHP-5.4/win32/build/
H A Dconfig.w32.phpize.in11 /* For the record here: */
H A Dconfig.w3212 /* For the record here: */
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING4 These are very rough technical notes that record potentially useful information
H A DChangeLog5619 pcre_exec() didn't supply a large enough ovector to record the related
/PHP-5.4/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.4/
H A DNEWS5354 TXT record). (Felipe)
5687 - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record).
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3001 pcre_study() to record information that will speed up matching (see the

Completed in 177 milliseconds