Home
last modified time | relevance | path

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

12

/PHP-8.4/ext/openssl/tests/
H A Dgh10495.phpt72 foreach (phpt_extract_tls_records($data) as $record) {
73 if ($record !== '' && $record[0] === chr(23)) {
76 fwrite($conn, $record[0]);
79 fwrite($conn, substr($record, 1));
81 fwrite($conn, $record);
84 fwrite($conn, $record);
H A DServerClientTestCase.inc40 // Extract the length of the current record.
48 // Extract the record and add it to the records array.
51 // Move the offset past the current record.
/PHP-8.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-8.4/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation15.phpt10 foreach ($data as $record) {
11 $file->fputcsv($record, ',', '"', '');
H A DSplFileObject_fputcsv_variation16.phpt14 foreach ($data as $record) {
15 $file->fputcsv($record, ',', '"', '', $eol_char);
/PHP-8.4/ext/standard/tests/file/
H A Dfputcsv_variation16.phpt10 foreach ($data as $record) {
11 fputcsv($stream, $record, ',', '"', '');
H A Dfputcsv_variation17.phpt14 foreach ($data as $record) {
15 fputcsv($stream, $record, ',', '"', '', $eol_char);
/PHP-8.4/ext/standard/tests/strings/
H A Dbug71969.phpt10 foreach($a as &$record)
12 $record["one"]["a"] = "2222";
/PHP-8.4/ext/mysqli/tests/
H A Dmysqli_data_seek.phpt20 printf("[006] Expecting record 4/d, got record %s/%s\n", $row['id'], $row['label']);
27 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']);
/PHP-8.4/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_007.phpt2 Phar: corrupted zip (truncated filename record)
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
/PHP-8.4/ext/odbc/tests/
H A Dbug71171.phpt20 while($record = odbc_fetch_array($res)) var_dump($record);
/PHP-8.4/ext/spl/tests/
H A Dbug69181.phpt22 while (($record = $file->fgetcsv())) {
23 var_dump($record);
/PHP-8.4/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-8.4/ext/fileinfo/libmagic/
H A Dtar.h51 union record { union
H A Dis_tar.c103 const union record *header = RCAST(const union record *, in is_tar()
/PHP-8.4/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.4/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.4/ext/soap/tests/
H A Dcustom_content_type.phpt34 'trace' => true, /* record the headers before sending */
60 'trace' => true, /* record the headers before sending */
/PHP-8.4/ext/standard/tests/streams/
H A Dbug77069.phpt19 // Send this record output.
/PHP-8.4/ext/ffi/
H A Dffi.c129 } record; member
1620 if (type->record.tag_name) { in zend_ffi_ctype_name()
1621 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
1627 if (type->record.tag_name) { in zend_ffi_ctype_name()
1628 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
2310 if (type->record.tag_name) { in _zend_ffi_type_dtor()
2311 zend_string_release(type->record.tag_name); in _zend_ffi_type_dtor()
2313 zend_hash_destroy(&type->record.fields); in _zend_ffi_type_dtor()
3100 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types()
3105 Bucket *b = type->record.fields.arData; in zend_ffi_same_types()
[all …]
/PHP-8.4/ext/pgsql/tests/
H A Dbug71998.phpt74 …$db, "INSERT INTO {$table_name} (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, record inserted

Completed in 68 milliseconds

12