/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 77 dasm_Section sections[1]; /* All sections. Alloc-extended. */ member 108 if (D->sections[i].buf) in dasm_free() 109 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 139 D->section = &D->sections[0]; in dasm_setup() 143 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 144 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup() 145 D->sections[i].ofs = 0; in dasm_setup() 194 D->section = &D->sections[n]; goto stop; in dasm_put() 280 dasm_Section *sec = D->sections + secnum; in dasm_link() 327 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_ppc.h | 108 if (D->sections[i].buf) in dasm_free() 109 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 139 D->section = &D->sections[0]; in dasm_setup() 143 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 144 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup() 145 D->sections[i].ofs = 0; in dasm_setup() 194 D->section = &D->sections[n]; goto stop; in dasm_put() 284 dasm_Section *sec = D->sections + secnum; in dasm_link() 331 dasm_Section *sec = D->sections + secnum; in dasm_encode() 413 D->section != &D->sections[secmatch]) in dasm_checkstep() [all …]
|
H A D | dasm_arm.h | 109 if (D->sections[i].buf) in dasm_free() 110 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 140 D->section = &D->sections[0]; in dasm_setup() 144 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 145 D->sections[i].rbuf = D->sections[i].buf - D->sections[i].pos; in dasm_setup() 146 D->sections[i].ofs = 0; in dasm_setup() 203 D->section = &D->sections[n]; goto stop; in dasm_put() 301 dasm_Section *sec = D->sections + secnum; in dasm_link() 349 dasm_Section *sec = D->sections + secnum; in dasm_encode() 451 D->section != &D->sections[secmatch]) in dasm_checkstep() [all …]
|
H A D | dasm_x86.h | 76 dasm_Section sections[1]; /* All sections. Alloc-extended. */ member 110 if (D->sections[i].buf) in dasm_free() 111 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free() 141 D->section = &D->sections[0]; in dasm_setup() 145 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup() 146 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, D->sections[i].pos); in dasm_setup() 147 D->sections[i].ofs = 0; in dasm_setup() 304 dasm_Section *sec = D->sections + secnum; in dasm_link() 330 lofs += D->sections[i].ofs; in dasm_link() 404 dasm_Section *sec = D->sections + secnum; in dasm_encode() [all …]
|
H A D | dasm_arm64.h | 80 dasm_Section sections[1]; /* All sections. Alloc-extended. */ member 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].rbuf = DASM_PTR_SUB(D->sections[i].buf, D->sections[i].pos); in dasm_setup() 151 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 …]
|
/php-src/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-src/Zend/tests/ |
H A D | bug77589.phpt | 2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
|
/php-src/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-src/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"; 211 /* Multiple sections of valid ASCII _and_ Base64-encoded text */ 248 Testing unterminated & sections... yep! 251 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-src/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-src/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-src/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-src/docs/source/miscellaneous/ |
H A D | stubs.rst | 58 The following sections will introduce these capabilities. 698 Since these are stub documentation pages, many of the sections are empty. Relevant descriptions have 699 to be added, and irrelevant sections should be removed.
|
/php-src/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-src/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-src/ |
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
|
/php-src/docs/ |
H A D | release-process.md | 926 sections for each pre-release.
|
/php-src/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 …]
|