Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 106) sorted by relevance

12345

/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt33 [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 Dparse_ini_file.phpt44 [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 Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
/PHP-8.2/ext/imap/tests/
H A Dimap_fetchbody_errors.phpt16 $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 Dimap_fetchmime_errors.phpt16 $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 Dimap_savebody_errors.phpt16 $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 Dimap_fetchbody_basic.phpt12 * 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 Dimap_fetchbody_uid.phpt16 $section = '2';
17 …ump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, $msg…
H A Dimap_fetchmime_uid.phpt16 $section = '2';
17 …ump(imap_fetchbody($imap_mail_box, $uid, $section, FT_UID) === imap_fetchbody($imap_mail_box, $msg…
H A Dimap_savebody_uid.phpt16 $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 Dimap_fetchbody_variation6.phpt22 $section = 1;
29 var_dump(imap_fetchbody($stream_id, $message_num, $section));
/PHP-8.2/ext/mbstring/tests/
H A Dbug45923.phpt8 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.2/ext/calendar/tests/
H A Dunixtojd.phpt16 // 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.2/tests/run-test/
H A Dtest004.phpt2 INI section allows '='
/PHP-8.2/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt11 $section = new DOMCDataSection();
H A DDOMCharacterData_substringData_basic_001.phpt2 __DOMCharacterData::substringData pull mid section of string
H A DDOMCharacterData_data_basic_002.phpt2 Create CDATA section and change it using DOMcreateCDATASection
/PHP-8.2/ext/standard/tests/file/
H A Dbug46347.phpt7 [section]
/PHP-8.2/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_mips.h73 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 Ddasm_ppc.h73 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.2/Zend/asm/
H A Dmake_s390x_sysv_elf_gas.S108 .section .note.GNU-stack,"",%progbits
/PHP-8.2/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt11 //create temporary directory for test, removed in CLEAN section
/PHP-8.2/ext/sodium/tests/
H A Dinstalled.phpt12 text in the--EXPECT-- section below for the tests

Completed in 26 milliseconds

12345