Home
last modified time | relevance | path

Searched refs:section (Results 51 – 75 of 80) sorted by relevance

1234

/PHP-7.3/ext/standard/tests/dir/
H A Dopendir_variation4.phpt63 * and to ensure directory is not in use at CLEAN section so can me removed
H A Dscandir_variation8-win32-mb.phpt68 // remove all files in directory so can remove directory in CLEAN section
H A Dscandir_variation8.phpt62 // remove all files in directory so can remove directory in CLEAN section
H A Dopendir_variation2-win32-mb.phpt24 // create temporary directory for test, removed in CLEAN section
H A Dopendir_variation2.phpt18 // create temporary directory for test, removed in CLEAN section
/PHP-7.3/ext/mysqli/tests/
H A D003.phpt33 Display widths (used as described in the preceding section) are no longer supported.
/PHP-7.3/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt6 /* conformance to Unicode 5.2, section 3.9, D92 */
/PHP-7.3/ext/gd/tests/
H A Dfunc.inc66 * The textual result is printed, so the EXPECT section should contain the line
H A DRochester-Regular.otf.LICENSE.txt77 (except as stated in this section) patent license to make, have made,
/PHP-7.3/ext/pdo_odbc/tests/
H A Dcommon.phpt65 // test will be skipped. see SKIPIF section of long_columns.phpt
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c1341 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() argument
1348 if (!strcasecmp(Z_STRVAL_P(section), "global")) { in fpm_conf_ini_parser_section()
1356 if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) { in fpm_conf_ini_parser_section()
1366 … Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1370 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1372 …loc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
/PHP-7.3/tests/security/
H A Dopen_basedir.inc103 // Delete directories using a --CLEAN-- section!
/PHP-7.3/
H A Dserver-tests.php1138 $section = '';
1143 $section = $r[1];
1144 $section_text[$section] = '';
1149 $section_text[$section] .= $line;
H A DCONTRIBUTING.md55 Please note that the section on submitting pull requests is outdated: in
H A DUPGRADING34 section), doc strings that contain the ending label inside their body may
131 "New Features" section for more information.
H A DCODING_STANDARDS230 variable declaration section and the statements in a block, as well as
H A Dphp.ini-development27 ; Directives following the section heading [PATH=/www/mysite] only
29 ; following the section heading [HOST=www.example.com] only apply to
1354 ; NOTE 2: See the section on garbage collection below if you choose to
H A Dphp.ini-production27 ; Directives following the section heading [PATH=/www/mysite] only
29 ; following the section heading [HOST=www.example.com] only apply to
1356 ; NOTE 2: See the section on garbage collection below if you choose to
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE201 Thus, it is not the intent of this section to claim rights or contest
387 If any portion of this section is held invalid or unenforceable under any
388 particular circumstance, the balance of the section is intended to apply,
389 and the section as a whole is intended to apply in other circumstances.
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
402 This section is intended to make thoroughly clear what is believed to
/PHP-7.3/ext/sockets/tests/
H A Dsocket_strerror.phpt105 string(31) ".lib section in a.out corrupted"
/PHP-7.3/ext/imap/
H A Dphp_imap.c300 ZEND_ARG_INFO(0, section)
308 ZEND_ARG_INFO(0, section)
413 ZEND_ARG_INFO(0, section)
2475 zend_string *section = NULL; in PHP_FUNCTION() local
2479 …if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "rzl|Sl", &stream, &out, &msgno, &section, &… in PHP_FUNCTION()
2511 mail_fetchbody_full(imap_ptr->imap_stream, msgno, section?ZSTR_VAL(section):"", NULL, flags); in PHP_FUNCTION()
3343 zend_string *section; in PHP_FUNCTION() local
3349 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) { in PHP_FUNCTION()
3364 body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section)); in PHP_FUNCTION()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt12 ; Section starts with [<section name>]
/PHP-7.3/ext/standard/tests/file/
H A Dparse_ini_file.phpt14 ; Section starts with [<section name>]
/PHP-7.3/ext/exif/
H A Dexif.c1793 static char *exif_get_sectionname(int section) in exif_get_sectionname() argument
1795 switch(section) { in exif_get_sectionname()
1814 static tag_table_type exif_get_tag_table(int section) in exif_get_tag_table() argument
1816 switch(section) { in exif_get_tag_table()
3779 int section, sn; in exif_scan_JPEG_header() local
3786 for(section=0;;section++) { in exif_scan_JPEG_header()
/PHP-7.3/ext/openssl/
H A DREADME148 not be included in the encoded section.

Completed in 124 milliseconds

1234