/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init() 103 D->sections[i].bsize = 0; in dasm_init() 114 if (D->sections[i].buf) in dasm_free() 115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 145 D->section = &D->sections[0]; in dasm_setup() 149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 150 D->sections[i].ofs = 0; in dasm_setup() 199 D->section = &D->sections[n]; goto stop; in dasm_put() 285 dasm_Section *sec = D->sections + secnum; in dasm_link() 332 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_ppc.h | 102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init() 103 D->sections[i].bsize = 0; in dasm_init() 114 if (D->sections[i].buf) in dasm_free() 115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 145 D->section = &D->sections[0]; in dasm_setup() 149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 150 D->sections[i].ofs = 0; in dasm_setup() 199 D->section = &D->sections[n]; goto stop; in dasm_put() 289 dasm_Section *sec = D->sections + secnum; in dasm_link() 336 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_arm.h | 103 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init() 104 D->sections[i].bsize = 0; in dasm_init() 115 if (D->sections[i].buf) in dasm_free() 116 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 146 D->section = &D->sections[0]; in dasm_setup() 150 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 151 D->sections[i].ofs = 0; in dasm_setup() 208 D->section = &D->sections[n]; goto stop; in dasm_put() 306 dasm_Section *sec = D->sections + secnum; in dasm_link() 354 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_arm64.h | 105 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init() 106 D->sections[i].bsize = 0; in dasm_init() 117 if (D->sections[i].buf) in dasm_free() 118 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 148 D->section = &D->sections[0]; in dasm_setup() 152 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 153 D->sections[i].ofs = 0; in dasm_setup() 250 D->section = &D->sections[n]; goto stop; in dasm_put() 375 dasm_Section *sec = D->sections + secnum; in dasm_link() 433 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_x86.h | 104 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, DASM_SEC2POS(i)); in dasm_init() 105 D->sections[i].bsize = 0; in dasm_init() 116 if (D->sections[i].buf) in dasm_free() 117 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 154 D->section = &D->sections[0]; in dasm_setup() 158 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 159 D->sections[i].ofs = 0; in dasm_setup() 314 dasm_Section *sec = D->sections + secnum; in dasm_link() 336 lofs += D->sections[i].ofs; in dasm_link() 410 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
/PHP-8.3/sapi/cli/tests/ |
H A D | 023.phpt | 2 HOST/PATH ini sections test for cli 15 ; no sections should match as cli doesn't support any
|
/PHP-8.3/Zend/tests/ |
H A D | bug77589.phpt | 2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
|
/PHP-8.3/ext/xml/tests/ |
H A D | bug26614.phpt | 2 Bug #26614 (CDATA sections skipped on line count)
|
H A D | bug26614_libxml_gte2_11.phpt | 2 Bug #26614 (CDATA sections skipped on line count)
|
H A D | bug26614_libxml_pre2_11.phpt | 2 Bug #26614 (CDATA sections skipped on line count)
|
H A D | bug26614.inc | 6 is skippet on CDATA sections but that libxml does also
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | utf7imap_encoding.phpt | 56 echo "Testing unterminated & sections... yep!\n"; 67 echo "Testing consecutive & sections which should have been merged... yep!\n"; 85 /* Identification of & sections containing non-Base64 */ 105 echo "Identification fails when Base64 sections contain non-Base64 bytes... right!\n"; 203 /* Multiple sections of valid ASCII _and_ Base64-encoded text */ 240 Testing unterminated & sections... yep! 243 Identification fails when Base64 sections contain non-Base64 bytes... right!
|
H A D | utf_encodings.phpt | 1031 // + sections immediately after each other 1035 // + sections not immediately after each other
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 426 const char *sections[5]; member 507 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info() 508 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info() 512 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info() 515 if (si->sections[j] == NULL) in cdf_file_dir_info()
|
/PHP-8.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 | 180 ["Quoted strings and variables in sections"]=>
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1884 char *sections; in exif_get_sectionlist() local 1889 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist() 1890 sections[0] = '\0'; in exif_get_sectionlist() 1894 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist() 1895 len = strlen(sections); in exif_get_sectionlist() 1899 sections[len-2] = '\0'; in exif_get_sectionlist() 1900 return sections; in exif_get_sectionlist()
|
/PHP-8.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-8.3/ext/bcmath/libbcmath/ |
H A D | LICENSE | 194 identifiable sections of that work are not derived from the Library, 197 sections when you distribute them as separate works. But when you 198 distribute the same sections as part of a whole which is a work based
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 5 features are going in that general direction. Many sections have been
|
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 ; https://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 ; https://php.net/ini.sections
|
H A D | UPGRADING | 68 Consult sections 2. New Features and 6. New Functions for a list of
|
/PHP-8.3/docs/ |
H A D | release-process.md | 905 sections for each pre-release.
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 8123 # skip DOCTOR.DAILY READER.NDA REDBOX.ROOT by looking for positive number of sections 8175 # f_nscns - number of sections like: 1 2 3 4 5 7 8 9 11 12 15 16 19 20 21 22 26 30 36 40 42 56 80 8… 8177 >>>>2 uleshort >1 \b, %u sections 22521 # new sections for BIOS (ia32) ROM Extension 26484 # >>24 ulelong &0x00000001 \b data sections, 34481 # if length is zero then 2nd section magic here can be zero; this means sections parsing done 34853 >8 lelong x %d sections, 35300 >2 leshort >1 , %d sections 35734 # Pcapng files can contain multiple sections. Printing the endianness, 38080 >2 uleshort <100 VAX COFF executable, sections %d [all …]
|