Home
last modified time | relevance | path

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

12

/PHP-8.0/scripts/dev/
H A Dfind_tested.php76 foreach($extension_method_info as $record) {
77 echo $record[EXTENSION_NAME] . ",";
78 echo $record[CLASS_NAME] . ",";
79 echo $record[METHOD_NAME] . ",";
80 echo $record[IS_TESTED] . ",";
81 echo $record[TESTS] . "\n";
/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv_variation16.phpt10 foreach ($data as $record) {
11 fputcsv($stream, $record, ',', '"', '');
H A Dlstat_stat_basic.phpt40 // create soft link and record stat
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation15.phpt10 foreach ($data as $record) {
11 $file->fputcsv($record, ',', '"', '');
/PHP-8.0/ext/standard/tests/strings/
H A Dbug71969.phpt10 foreach($a as &$record)
12 $record["one"]["a"] = "2222";
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_data_seek.phpt21 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
28 printf("[008] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysqli_data_seek_oo.phpt33 printf("[008] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
40 printf("[010] Expecting record 1/a, got record %s/%s\n", $row['id'], $row['label']);
H A Dmysqli_stmt_bind_param.phpt371 … printf("[2007] Expecting record 100/z, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
377 printf("[2009] Row seems wrong, dumping record\n");
/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_001.phpt19 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
20 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-8.0/ext/odbc/tests/
H A Dbug71171.phpt20 while($record = odbc_fetch_array($res)) var_dump($record);
/PHP-8.0/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-8.0/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-8.0/ext/fileinfo/libmagic/
H A Dtar.h51 union record { union
H A Dis_tar.c101 const union record *header = RCAST(const union record *, in is_tar()
/PHP-8.0/ext/standard/tests/network/
H A Ddns_check_record_error_conditions.phpt19 dns_check_record(): Argument #2 ($type) must be a valid DNS record type
/PHP-8.0/ext/standard/tests/array/
H A Darray_column_object_cast.phpt18 // Array representing a possible record set returned from a database
H A Darray_column_basic.phpt7 /* Array representing a possible record set returned from a database */
/PHP-8.0/ext/soap/tests/
H A Dcustom_content_type.phpt32 'trace' => true, /* record the headers before sending */
58 'trace' => true, /* record the headers before sending */
/PHP-8.0/ext/standard/tests/streams/
H A Dbug77069.phpt19 // Send this record output.
/PHP-8.0/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-8.0/ext/ffi/
H A Dffi.c116 } record; member
1549 if (type->record.tag_name) { in zend_ffi_ctype_name()
1550 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
1556 if (type->record.tag_name) { in zend_ffi_ctype_name()
1557 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
2234 if (type->record.tag_name) { in _zend_ffi_type_dtor()
2235 zend_string_release(type->record.tag_name); in _zend_ffi_type_dtor()
2237 zend_hash_destroy(&type->record.fields); in _zend_ffi_type_dtor()
2993 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types()
2998 Bucket *b = type->record.fields.arData; in zend_ffi_same_types()
[all …]
/PHP-8.0/ext/imap/tests/setup/
H A Dimap_include.inc29 // record test start time (used by displayOverviewFields())
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc578 … throw new \Exception('FCGI_STD' . strtoupper($type) . ' stream already finished by empty record');

Completed in 76 milliseconds

12