/php-src/ext/openssl/tests/ |
H A D | gh10495.phpt | 72 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 D | ServerClientTestCase.inc | 40 // 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 D | find_tested.php | 72 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-src/ext/spl/tests/SplFileObject/ |
H A D | SplFileObject_fputcsv_variation15.phpt | 10 foreach ($data as $record) { 11 $file->fputcsv($record, ',', '"', '');
|
H A D | SplFileObject_fputcsv_variation16.phpt | 14 foreach ($data as $record) { 15 $file->fputcsv($record, ',', '"', '', $eol_char);
|
/php-src/ext/standard/tests/file/ |
H A D | fputcsv_variation16.phpt | 10 foreach ($data as $record) { 11 fputcsv($stream, $record, ',', '"', '');
|
H A D | fputcsv_variation17.phpt | 14 foreach ($data as $record) { 15 fputcsv($stream, $record, ',', '"', '', $eol_char);
|
/php-src/ext/standard/tests/strings/ |
H A D | bug71969.phpt | 10 foreach($a as &$record) 12 $record["one"]["a"] = "2222";
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_data_seek.phpt | 20 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 D | mysqli_data_seek_oo.phpt | 33 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/phar/tests/zip/ |
H A D | corrupt_001.phpt | 19 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 D | corrupt_007.phpt | 2 Phar: corrupted zip (truncated filename record)
|
H A D | corrupt_002.phpt | 2 Phar: corrupted zip (no end of zip record)
|
/php-src/ext/odbc/tests/ |
H A D | bug71171.phpt | 20 while($record = odbc_fetch_array($res)) var_dump($record);
|
/php-src/ext/spl/tests/ |
H A D | bug69181.phpt | 22 while (($record = $file->fgetcsv())) { 23 var_dump($record);
|
/php-src/ext/xmlreader/tests/ |
H A D | bug71805.phpt | 16 while (($lastRead = $XR->read()) && ($XR->name !== 'record')); 27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
|
/php-src/ext/fileinfo/libmagic/ |
H A D | tar.h | 51 union record { union
|
H A D | is_tar.c | 103 const union record *header = RCAST(const union record *, in is_tar()
|
/php-src/ext/standard/tests/network/ |
H A D | dns_check_record_error_conditions.phpt | 19 dns_check_record(): Argument #2 ($type) must be a valid DNS record type
|
/php-src/ext/standard/tests/array/ |
H A D | array_column_object_cast.phpt | 18 // Array representing a possible record set returned from a database
|
H A D | array_column_basic.phpt | 7 /* Array representing a possible record set returned from a database */
|
/php-src/ext/soap/tests/ |
H A D | custom_content_type.phpt | 34 'trace' => true, /* record the headers before sending */ 60 'trace' => true, /* record the headers before sending */
|
/php-src/ext/standard/tests/streams/ |
H A D | bug77069.phpt | 19 // Send this record output.
|
/php-src/ext/ffi/ |
H A D | ffi.c | 129 } 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() 3135 … if (zend_hash_num_elements(&old->record.fields) != zend_hash_num_elements(&type->record.fields)) { in zend_ffi_same_types() 3140 Bucket *b = type->record.fields.arData; in zend_ffi_same_types() [all …]
|
/php-src/ext/pgsql/tests/ |
H A D | bug71998.phpt | 74 …$db, "INSERT INTO {$table_name} (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, record inserted
|