Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/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-src/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-src/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-src/ext/standard/tests/strings/
H A Dbug71969.phpt10 foreach($a as &$record)
12 $record["one"]["a"] = "2222";
/php-src/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-src/ext/odbc/tests/
H A Dbug71171.phpt20 while($record = odbc_fetch_array($res)) var_dump($record);
/php-src/ext/spl/tests/
H A Dbug69181.phpt21 while (($record = $file->fgetcsv())) {
22 var_dump($record);
/php-src/ext/xmlreader/tests/
H A Dbug71805.phpt16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/php-src/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-src/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-src/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-src/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-src/ext/standard/tests/streams/
H A Dbug77069.phpt19 // Send this record output.
/php-src/ext/ffi/
H A Dffi.c129 } record; member
1619 if (type->record.tag_name) { in zend_ffi_ctype_name()
1620 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
1626 if (type->record.tag_name) { in zend_ffi_ctype_name()
1627 …zend_ffi_ctype_name_prepend(buf, ZSTR_VAL(type->record.tag_name), ZSTR_LEN(type->record.tag_name)); in zend_ffi_ctype_name()
2309 if (type->record.tag_name) { in _zend_ffi_type_dtor()
2310 zend_string_release(type->record.tag_name); in _zend_ffi_type_dtor()
2312 zend_hash_destroy(&type->record.fields); in _zend_ffi_type_dtor()
3093 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types()
3098 Bucket *b = type->record.fields.arData; in zend_ffi_same_types()
[all …]
/php-src/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 69 milliseconds

12