Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt36 [section]
42 [section]
48 section.test=hello
53 [section]
54 section.test=hello
59 [section]
117 [%u|b%"section"]=>
128 [%u|b%"section.test"]=>
132 [%u|b%"section"]=>
134 [%u|b%"section.test"]=>
[all …]
H A Dparse_ini_file.phpt48 [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 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-5.5/ext/imap/tests/
H A Dimap_fetchbody_basic.phpt9 /* 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 Dimap_fetchbody_error.phpt9 /* 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 Dimap_fetchbody_variation4.phpt9 /* 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 Dimap_fetchbody_variation6.phpt9 /* 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 Dimap_fetchbody_variation3.phpt2 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 Dimap_fetchbody_variation5.phpt9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section
11 * Description: Get a specific body section
H A Dimap_bodystruct_basic.phpt9 …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 Dimap_fetchbody_variation1.phpt9 /* 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) );
H A Dimap_fetchbody_variation2.phpt9 /* 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) );
/PHP-5.5/ext/exif/
H A Dexample.php16 foreach($exif as $key=>$section) {
17 foreach($section as $name=>$val) {
/PHP-5.5/
H A DREADME.TESTING269 This is not a new section, but not multipart posts are supported for testing
73 This section takes no value. It merely provides a simple marker for tests
78 Not used for anything, just a section for documenting the test
81 This section get's eval()'d to help build an environment for the
93 Some variables are made easily available for use in this section, they
105 This section is also eval'd, and is similar in nature to --ENV--. However,
106 this section is used to build the url used in an HTTP request. Valid values
107 to set in this section would include:
110 FRAGMENT The fragment section of a url (after #)
119 This section is also eval'd. It is used to provide additional headers sent
[all …]
/PHP-5.5/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-5.5/tests/run-test/
H A Dtest004.phpt2 INI section allows '='
/PHP-5.5/sapi/aolserver/
H A DREADME39 a) New section
41 Add a new section to pass options to PHP (required):
45 You can use the following commands in this section:
/PHP-5.5/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt12 $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-5.5/ext/standard/tests/file/
H A Dbug46347.phpt7 [section]
/PHP-5.5/ext/exif/tests/
H A Dexif005.phpt11 * test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/PHP-5.5/ext/skeleton/tests/
H A D001.phpt12 text in the --EXPECT-- section below for the tests
/PHP-5.5/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt16 //create temporary directory for test, removed in CLEAN section

Completed in 28 milliseconds

1234