/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_002.phpt | 36 [section] 42 [section] 48 section.test=hello 53 [section] 54 section.test=hello 59 [section] 117 ["section"]=> 128 ["section.test"]=> 132 ["section"]=> 134 ["section.test"]=> [all …]
|
H A D | parse_ini_file.phpt | 48 [section] 55 [section] 62 section.test=hello 68 [section] 69 section.test=hello 75 [section] 157 ["section"]=> 168 ["section.test"]=> 172 ["section"]=> 174 ["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-7.3/ext/imap/tests/ |
H A D | imap_fetchbody_basic.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section 24 $section = '2'; 35 var_dump( imap_fetchbody($stream_id, $msg_uid, $section, $option) ); 39 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 46 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $option) ); 54 var_dump( imap_fetchbody($stream_id, $msg_no, $section) );
|
H A D | imap_fetchbody_error.phpt | 9 /* Prototype :string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section 27 $section = '1'; 31 var_dump( imap_fetchbody($stream_id, $msg_no, $section, $options, $extra_arg) );
|
H A D | imap_fetchbody_variation6.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $opt… 10 * Description: Get a specific body section 25 $section = 1; 33 var_dump($overview = imap_fetchbody($stream_id, $msg_no, $section));
|
H A D | imap_fetchbody_variation4.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section [, int $opt… 10 * Description: Get a specific body section 27 $section = 1; 39 if(is_string(imap_fetchbody($stream_id, $msg_uid, $section, $option))) {
|
H A D | imap_fetchbody_variation3.phpt | 2 Test imap_fetchbody() function : usage variation - diff data types as $section arg 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section 16 * Pass different data types as $section argument to test behaviour of imap_fetchbody() 44 // unexpected values to be passed to $section argument
|
H A D | imap_fetchbody_variation5.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section
|
H A D | imap_fetchbody_variation2.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section 25 $section = '1'; 94 var_dump( imap_fetchbody($stream_id, $input, $section) );
|
H A D | imap_bodystruct_basic.phpt | 9 …ototype : object imap_bodystruct ( resource $imap_stream , int $msg_number , string $section ) 10 * Description: Read the structure of a specified body section of a specific message.
|
H A D | imap_fetchbody_variation1.phpt | 9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section 11 * Description: Get a specific body section 23 $section = '2'; 92 var_dump( imap_fetchbody($input, $msg_no, $section) );
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | bug45923.phpt | 10 function section($func, $haystack, $needle) 19 section('strpos' , "abc abc abc" , "abc"); 20 section('mb_strpos' , "●○◆ ●○◆ ●○◆", "●○◆"); 22 section('stripos' , "abc abc abc" , "abc"); 23 section('mb_stripos' , "●○◆ ●○◆ ●○◆", "●○◆"); 25 section('strrpos' , "abc abc abc" , "abc"); 26 section('mb_strrpos' , "●○◆ ●○◆ ●○◆", "●○◆"); 28 section('strripos' , "abc abc abc" , "abc"); 29 section('mb_strripos', "●○◆ ●○◆ ●○◆", "●○◆");
|
/PHP-7.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-7.3/tests/run-test/ |
H A D | test004.phpt | 2 INI section allows '='
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | bug46347.phpt | 7 [section]
|
/PHP-7.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
|
H A D | DOMCharacterData_data_basic_002.phpt | 2 Create CDATA section and change it using DOMcreateCDATASection
|
/PHP-7.3/ |
H A D | README.TESTING | 64 the 'SKIPIF' section. If the test is eligible for execution, the 'FILE' 65 section is extracted into a ".php" file (with the same name besides 255 This section takes no value. It merely provides a simple marker for tests 260 Not used for anything, just a section for documenting the test 263 This section get's eval()'d to help build an environment for the 275 Some variables are made easily available for use in this section, they 287 This section is also eval'd, and is similar in nature to --ENV--. However, 289 to set in this section would include: 292 FRAGMENT The fragment section of a url (after #) 301 This section is also eval'd. It is used to provide additional headers sent [all …]
|
/PHP-7.3/ext/exif/tests/ |
H A D | exif005.phpt | 11 * test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
|
/PHP-7.3/Zend/tests/ |
H A D | bug24635.phpt | 10 $section = new SectionClass("PageClass::Display");
|
/PHP-7.3/ext/standard/tests/dir/ |
H A D | getcwd_basic.phpt | 16 //create temporary directory for test, removed in CLEAN section
|
/PHP-7.3/ext/sodium/tests/ |
H A D | installed.phpt | 12 text in the --EXPECT-- section below for the tests
|