/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_002.phpt | 33 [section] 39 [section] 45 section.test=hello 50 [section] 51 section.test=hello 56 [section] 109 ["section"]=> 120 ["section.test"]=> 124 ["section"]=> 126 ["section.test"]=> [all …]
|
H A D | parse_ini_file.phpt | 44 [section] 51 [section] 58 section.test=hello 64 [section] 65 section.test=hello 71 [section] 147 ["section"]=> 158 ["section.test"]=> 162 ["section"]=> 164 ["section.test"]=> [all …]
|
H A D | bug41445_1.phpt | 2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
|
H A D | bug52138.phpt | 2 Bug #52138 (Constants are parsed into the ini file for section names)
|
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetchbody_errors.phpt | 16 $section = ''; 19 imap_fetchbody($imap_mail_box, -1, $section); 24 imap_fetchbody($imap_mail_box, 1, $section, -1); 30 var_dump(imap_fetchbody($imap_mail_box, 255, $section)); 31 var_dump(imap_fetchbody($imap_mail_box, 255, $section, FT_UID));
|
H A D | imap_fetchmime_errors.phpt | 16 $section = ''; 19 imap_fetchmime($imap_mail_box, -1, $section); 24 imap_fetchmime($imap_mail_box, 1, $section, -1); 30 var_dump(imap_fetchmime($imap_mail_box, 255, $section)); 31 var_dump(imap_fetchmime($imap_mail_box, 255, $section, FT_UID));
|
H A D | imap_savebody_errors.phpt | 16 $section = ''; 19 imap_savebody($imap_mail_box, '', -1, $section); 24 imap_savebody($imap_mail_box, '', 1, $section, -1); 30 var_dump(imap_savebody($imap_mail_box, '', 255, $section)); 31 var_dump(imap_savebody($imap_mail_box, '', 255, $section, FT_UID));
|
H A D | imap_fetchbody_basic.phpt | 12 * Description: Get a specific body section 25 $section = '2'; 36 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) ); 40 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 47 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 55 var_dump( imap_fetchbody($stream_id, $msg_no, $section) );
|
H A D | imap_fetchbody_uid.phpt | 16 $section = '2'; 17 …ump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, $msg…
|
H A D | imap_fetchmime_uid.phpt | 16 $section = '2'; 17 …ump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, $msg…
|
H A D | imap_savebody_uid.phpt | 16 $section = ''; 19 imap_savebody($imap_mail_box, $stream_uid, $uid, $section, FT_UID); 22 imap_savebody($imap_mail_box, $stream_msg_no, $msg_no, $section);
|
H A D | imap_fetchbody_variation6.phpt | 22 $section = 1; 29 var_dump(imap_fetchbody($stream_id, $message_num, $section));
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug45923.phpt | 8 function section($func, $haystack, $needle) 21 section('strpos' , "abc abc abc" , "abc"); 22 section('mb_strpos' , "●○◆ ●○◆ ●○◆", "●○◆"); 24 section('stripos' , "abc abc abc" , "abc"); 25 section('mb_stripos' , "●○◆ ●○◆ ●○◆", "●○◆"); 27 section('strrpos' , "abc abc abc" , "abc"); 28 section('mb_strrpos' , "●○◆ ●○◆ ●○◆", "●○◆"); 30 section('strripos' , "abc abc abc" , "abc"); 31 section('mb_strripos', "●○◆ ●○◆ ●○◆", "●○◆");
|
/PHP-8.3/ext/dom/tests/delayed_freeing/ |
H A D | dom_character_data.phpt | 10 <container><![CDATA[This is a CDATA section<p>test</p>]]></container> 18 string(34) "This is a CDATA section<p>test</p>" 22 string(34) "This is a CDATA section<p>test</p>"
|
/PHP-8.3/ext/calendar/tests/ |
H A D | unixtojd.phpt | 16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in--ENV-- section 20 // -doesn't use --ENV-- section 21 // -uses --INI-- section with date.timezone=UTC
|
/PHP-8.3/tests/run-test/ |
H A D | test004.phpt | 2 INI section allows '='
|
/PHP-8.3/ext/fileinfo/tests/upstream/ |
H A D | android-vdex-1.result | 1 Android vdex file, verifier deps version: 021, dex section version: 002, number of dex files: 4, ve…
|
H A D | android-vdex-2.result | 1 Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002…
|
/PHP-8.3/ext/dom/tests/ |
H A D | DOMCDATASection_construct_error_001.phpt | 11 $section = new DOMCDataSection();
|
H A D | DOMCharacterData_substringData_basic_001.phpt | 2 __DOMCharacterData::substringData pull mid section of string
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug46347.phpt | 7 [section]
|
/PHP-8.3/ext/exif/tests/ |
H A D | exif005.phpt | 10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 73 dasm_Section *section; /* Pointer to active section. */ member 145 D->section = &D->sections[0]; in dasm_setup() 173 dasm_Section *sec = D->section; in dasm_put() 199 D->section = &D->sections[n]; goto stop; in dasm_put() 419 D->section != &D->sections[secmatch]) in dasm_checkstep() 420 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
|
H A D | dasm_ppc.h | 73 dasm_Section *section; /* Pointer to active section. */ member 145 D->section = &D->sections[0]; in dasm_setup() 173 dasm_Section *sec = D->section; in dasm_put() 199 D->section = &D->sections[n]; goto stop; in dasm_put() 418 D->section != &D->sections[secmatch]) in dasm_checkstep() 419 D->status = DASM_S_MATCH_SEC|(D->section-D->sections); in dasm_checkstep()
|
/PHP-8.3/Zend/asm/ |
H A D | make_s390x_sysv_elf_gas.S | 108 .section .note.GNU-stack,"",%progbits
|