Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 72) sorted by path

123

/PHP-7.4/
H A DCODING_STANDARDS.md246 variable declaration section and the statements in a block, as well as
H A DCONTRIBUTING.md101 For newly created tests, a `--CREDITS--` section should no longer be included,
292 This section refers to contributors that have Git push access and make commit
/PHP-7.4/Zend/tests/
H A Dbug24635.phpt10 $section = new SectionClass("PageClass::Display");
/PHP-7.4/build/
H A Dlibtool.m45760 # see comment about different semantics on the GNU ld section
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE204 Thus, it is not the intent of this section to claim rights or contest
390 If any portion of this section is held invalid or unenforceable under
391 any particular circumstance, the balance of the section is intended to
392 apply, and the section as a whole is intended to apply in other
395 It is not the purpose of this section to induce you to infringe any
397 such claims; this section has the sole purpose of protecting the
406 This section is intended to make thoroughly clear what is believed to
/PHP-7.4/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-7.4/ext/dom/tests/
H A DDOMCDATASection_construct_error_001.phpt11 $section = new DOMCDataSection();
H A DDOMCharacterData_data_basic_002.phpt2 Create CDATA section and change it using DOMcreateCDATASection
H A DDOMCharacterData_substringData_basic_001.phpt2 __DOMCharacterData::substringData pull mid section of string
/PHP-7.4/ext/exif/
H A Dexif.c1875 static char *exif_get_sectionname(int section) in exif_get_sectionname() argument
1877 switch(section) { in exif_get_sectionname()
1896 static tag_table_type exif_get_tag_table(int section) in exif_get_tag_table() argument
1898 switch(section) { in exif_get_tag_table()
3816 int section, sn; in exif_scan_JPEG_header() local
3823 for(section=0;;section++) { in exif_scan_JPEG_header()
/PHP-7.4/ext/exif/tests/
H A Dexif005.phpt10 // test5.jpg is a 1*1 image that contains an Exif section with ifd = 00000009h
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1590 return toomany(ms, "section", shnum);
1599 return toomany(ms, "section headers", shnum);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic3385 # [JW] see exe section for self-extracting version
6437 >>2 uleshort <2 \b, %d section
6449 # or first section header
7536 # Title ID (part of Execution ID section)
21478 #>0x185 leshort x \b, section length %x
27225 0 search/4096 \\section LaTeX document text
29034 # empty ,comment , section
29043 # section line
29048 # look for left bracket in section line
29124 # look for left bracket of second section
[all …]
H A Dmagic私はガラスを食べられます3385 # [JW] see exe section for self-extracting version
6437 >>2 uleshort <2 \b, %d section
6449 # or first section header
7536 # Title ID (part of Execution ID section)
21478 #>0x185 leshort x \b, section length %x
27225 0 search/4096 \\section LaTeX document text
29034 # empty ,comment , section
29043 # section line
29048 # look for left bracket in section line
29124 # look for left bracket of second section
[all …]
/PHP-7.4/ext/filter/tests/
H A Dfilter_ipv4_rfc6890.phpt7 //https://tools.ietf.org/html/rfc6890#section-2.1
/PHP-7.4/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt2 Test the File Modification Time as described in http://tools.ietf.org/html/rfc3659#section-3.1
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt77 (except as stated in this section) patent license to make, have made,
H A Dfunc.inc66 * The textual result is printed, so the EXPECT section should contain the line
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt16 // in INI section or use file 'TranslitFail1.ISO-8859-1'.
/PHP-7.4/ext/imap/
H A Dphp_imap.c300 ZEND_ARG_INFO(0, section)
308 ZEND_ARG_INFO(0, section)
413 ZEND_ARG_INFO(0, section)
2495 zend_string *section = NULL; in PHP_FUNCTION() local
2499 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rzl|Sl", &stream, &out, &msgno, &section, &… in PHP_FUNCTION()
2533 mail_fetchbody_full(imap_ptr->imap_stream, msgno, section?ZSTR_VAL(section):"", NULL, flags); in PHP_FUNCTION()
3365 zend_string *section; in PHP_FUNCTION() local
3371 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) { in PHP_FUNCTION()
3385 body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section)); in PHP_FUNCTION()
/PHP-7.4/ext/imap/tests/
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_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_variation5.phpt9 /* Prototype : string imap_fetchbody(resource $stream_id, int $msg_no, string $section
11 * Description: Get a specific body section

Completed in 172 milliseconds

123