Searched refs:sections (Results 1 – 20 of 20) sorted by relevance
/PHP-7.3/sapi/cli/tests/ |
H A D | 023.phpt | 2 HOST/PATH ini sections test for cli 14 ; no sections should match as cli doesn't support any
|
/PHP-7.3/Zend/tests/ |
H A D | bug77589.phpt | 2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
|
/PHP-7.3/ext/xml/tests/ |
H A D | bug26614.phpt | 2 Bug #26614 (CDATA sections skipped on line count) 15 is skippet on CDATA sections but that libxml does also
|
H A D | bug26614_libxml.phpt | 2 Bug #26614 (CDATA sections skipped on line count) 15 is skippet on CDATA sections but that libxml does also
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 432 const char *sections[5]; member 513 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info() 514 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info() 518 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info() 521 if (si->sections[j] == NULL) in cdf_file_dir_info()
|
/PHP-7.3/ext/exif/tests/ |
H A D | exif_read_exif_data_basic-mb.phpt | 11 /* Prototype : array read_exif_data ( string $filename [, string $sections [, bool $arrays [, …
|
H A D | exif_read_exif_data_basic.phpt | 11 /* Prototype : array read_exif_data ( string $filename [, string $sections [, bool $arrays [, …
|
/PHP-7.3/ |
H A D | README.TESTING | 62 which have a "phpt" extension, "run-tests.php" looks at the sections 212 * New sections supported for test files (see below) 246 In addition to the traditional test sections 247 (see http://qa.php.net/write-test.php), several new sections are available 256 that MUST be run as CGI, even if there is no --POST-- or --GET-- sections 313 regular expect sections. For example:
|
H A D | CODING_STANDARDS | 9 sections have been recoded to use these rules.
|
H A D | php.ini-development | 31 ; special sections cannot be overridden by user-defined INI files or 32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under 34 ; http://php.net/ini.sections
|
H A D | php.ini-production | 31 ; special sections cannot be overridden by user-defined INI files or 32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under 34 ; http://php.net/ini.sections
|
H A D | NEWS | 1131 . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections). 1722 . Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 76 ["Quoted strings and variables in sections"]
|
H A D | parse_ini_basic.phpt | 176 ["Quoted strings and variables in sections"]=>
|
/PHP-7.3/ext/exif/ |
H A D | exif.c | 1841 char *sections; in exif_get_sectionlist() local 1846 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist() 1847 sections[0] = '\0'; in exif_get_sectionlist() 1851 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist() 1852 len = strlen(sections); in exif_get_sectionlist() 1856 sections[len-2] = '\0'; in exif_get_sectionlist() 1857 return sections; in exif_get_sectionlist()
|
/PHP-7.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 191 identifiable sections of that work are not derived from the Library, 194 sections when you distribute them as separate works. But when you 195 distribute the same sections as part of a whole which is a work based
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 3877 const char *sections[5];
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 5685 # f_nscns - number of sections 5687 >>2 uleshort >1 \b, %d sections 18546 # >>24 ulelong &0x00000001 \b data sections, 23639 >8 lelong x %d sections, 24073 >2 leshort >1 , %d sections 24406 # Pcap-ng files can contain multiple sections. Printing the endianness,
|
H A D | magic私はガラスを食べられます | 5685 # f_nscns - number of sections 5687 >>2 uleshort >1 \b, %d sections 18546 # >>24 ulelong &0x00000001 \b data sections, 23639 >8 lelong x %d sections, 24073 >2 leshort >1 , %d sections 24406 # Pcap-ng files can contain multiple sections. Printing the endianness,
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 6083 # files that make .init and .fini sections work.
|
Completed in 148 milliseconds