/PHP-7.3/scripts/dev/ |
H A D | find_tested.php | 75 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.3/ext/standard/tests/strings/ |
H A D | bug71969.phpt | 10 foreach($a as &$record) 12 $record["one"]["a"] = "2222";
|
/PHP-7.3/ext/odbc/tests/ |
H A D | bug71171.phpt | 20 while($record = odbc_fetch_array($res)) var_dump($record);
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | corrupt_001.phpt | 20 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b… 21 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-7.3/ext/mysqli/tests/ |
H A D | mysqli_data_seek.phpt | 34 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 D | mysqli_data_seek_oo.phpt | 43 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 D | mysqli_stmt_bind_param.phpt | 344 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.3/ext/mbstring/oniguruma/src/ |
H A D | st.c | 21 st_data_t record; member 262 if (value != 0) *value = ptr->record; 278 entry->record = value;\ 301 ptr->record = value; 410 if (value != 0) *value = ptr->record; 421 if (value != 0) *value = tmp->record; 453 if (value != 0) *value = ptr->record; 454 ptr->key = ptr->record = never; 499 retval = (*func)(ptr->key, ptr->record, arg);
|
/PHP-7.3/ext/pspell/tests/ |
H A D | 001.phpt | 15 $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.3/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-7.3/ext/fileinfo/libmagic/ |
H A D | is_tar.c | 97 const union record *header = (const union record *)(const void *)buf; in is_tar()
|
H A D | tar.h | 51 union record { union
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | lstat_stat_variation9.phpt | 26 /* first create the dir/subdir and files, record the stat */ 39 /* now delete the surdir and file and record the stat */
|
H A D | lstat_stat_basic.phpt | 47 // create soft link and record stat
|
/PHP-7.3/ext/soap/tests/ |
H A D | custom_content_type.phpt | 29 'trace' => true, /* record the headers before sending */ 55 'trace' => true, /* record the headers before sending */
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_column_object_cast.phpt | 23 // Array representing a possible record set returned from a database
|
H A D | array_column_basic.phpt | 13 /* Array representing a possible record set returned from a database */
|
/PHP-7.3/ext/pgsql/tests/ |
H A D | bug71998.phpt | 65 …db, "INSERT INTO tmp_statistics (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, record inserted
|
/PHP-7.3/ext/imap/tests/ |
H A D | imap_include.inc | 12 // record test start time (used by displayOverviewFields())
|
/PHP-7.3/ext/interbase/tests/ |
H A D | 006.phpt | 124 /* make one record */
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 7551 >>>>>>>>>>>>4 lelong >0 \b, %d record 7568 # 1st record offset + 1 = header size 8382 >0 belong 2 beginning of file record, 8384 >0 belong 4 continuation of file record, 8401 >0 belong 2 beginning of file record, 8420 >0 belong 2 beginning of file record, 8458 >0 leshort 2 beginning of file record. 11809 # 1st name record 19447 # record type (FONTNAME=00AEh) 28019 # Zip Central Cirectory record [all …]
|
H A D | magic私はガラスを食べられます | 7551 >>>>>>>>>>>>4 lelong >0 \b, %d record 7568 # 1st record offset + 1 = header size 8382 >0 belong 2 beginning of file record, 8384 >0 belong 4 continuation of file record, 8401 >0 belong 2 beginning of file record, 8420 >0 belong 2 beginning of file record, 8458 >0 leshort 2 beginning of file record. 11809 # 1st name record 19447 # record type (FONTNAME=00AEh) 28019 # Zip Central Cirectory record [all …]
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3656 const ucd_record *record = GET_UCD(INVALID_UTF_CHAR); in do_getucd() local 3657 SLJIT_ASSERT(record->script == ucp_Common && record->chartype == ucp_Cn && record->gbprop == ucp_gb… in do_getucd() 3658 SLJIT_ASSERT(record->caseset == 0 && record->other_case == 0); in do_getucd()
|