Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/standard/tests/strings/
H A Dbug71969.phpt10 foreach($a as &$record)
12 $record["one"]["a"] = "2222";
/PHP-7.2/ext/odbc/tests/
H A Dbug71171.phpt20 while($record = odbc_fetch_array($res)) var_dump($record);
/PHP-7.2/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.2/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-7.2/ext/mbstring/oniguruma/src/
H A Dst.c21 st_data_t record; member
263 if (value != 0) *value = ptr->record;
280 entry->record = value;\
303 ptr->record = value;
412 if (value != 0) *value = ptr->record;
423 if (value != 0) *value = tmp->record;
455 if (value != 0) *value = ptr->record;
456 ptr->key = ptr->record = never;
501 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-7.2/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.2/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-7.2/ext/fileinfo/libmagic/
H A Dis_tar.c95 const union record *header = (const union record *)(const void *)buf; in is_tar()
H A Dtar.h51 union record { union
/PHP-7.2/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.2/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.2/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.2/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.2/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())
/PHP-7.2/ext/interbase/tests/
H A D006.phpt124 /* make one record */
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING4 These are very rough technical notes that record potentially useful information
H A Dpcre_jit_compile.c3288 const ucd_record *record = GET_UCD(INVALID_UTF_CHAR); in do_getucd() local
3289 SLJIT_ASSERT(record->script == ucp_Common && record->chartype == ucp_Cn && record->gbprop == ucp_gb… in do_getucd()
3290 SLJIT_ASSERT(record->caseset == 0 && record->other_case == 0); in do_getucd()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic6997 >>>>>>>>>>>>4 lelong >0 \b, %d record
7014 # 1st record offset + 1 = header size
7754 >0 belong 2 beginning of file record,
7756 >0 belong 4 continuation of file record,
7773 >0 belong 2 beginning of file record,
7775 >0 belong 4 continuation of file record,
7792 >0 belong 2 beginning of file record,
7794 >0 belong 4 continuation of file record,
7830 >0 leshort 2 beginning of file record.
18006 # record type (FONTNAME=00AEh)
[all …]

Completed in 112 milliseconds

12