Home
last modified time | relevance | path

Searched refs:sp (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.2/ext/gd/libgd/
H A Dgd.c1902 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1903 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1906 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
1921 struct seg *sp; in gdImageFill() local
1962 sp = stack; in gdImageFill()
1968 while (sp>stack) { in gdImageFill()
2012 struct seg *sp; in _gdImageFillTiled() local
2029 sp = stack; in _gdImageFillTiled()
2037 while (sp>stack) { in _gdImageFillTiled()
/PHP-7.2/ext/date/tests/
H A Ddate_format_error.phpt59 Warning: date_format() expects parameter 1 to be DateTimeInterface, object given in %sp on line %d
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt67 string(74) "This is):( string):( with ):( multi):(ple ):( sp):(ace cha):(r):("
/PHP-7.2/ext/standard/
H A Dfile.c1746 char *sp, *dp; in php_copy_file_ctx() local
1749 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1753 efree(sp); in php_copy_file_ctx()
1759 !strcmp(sp, dp); in php_copy_file_ctx()
1761 !strcasecmp(sp, dp); in php_copy_file_ctx()
1764 efree(sp); in php_copy_file_ctx()
/PHP-7.2/ext/ftp/
H A Dftp.c724 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line() local
725 if (!sp) { in ftp_mlsd_parse_line()
731 ZVAL_STRINGL(&zstr, sp + 1, end - sp - 1); in ftp_mlsd_parse_line()
733 end = sp; in ftp_mlsd_parse_line()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c4484 *sp, local
4493 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4498 if (*sp == '\\')
4500 *bp = *sp;
4503 if (*sp == '\'') /* state=5 */
4519 if (isdigit(*sp))
4523 *bp = *sp;
4527 if (isdigit(*sp))
4531 *bp = *sp;
4539 memcpy(buf, sp-2, 3);
[all …]
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2425 - size_t sp;
2442 - sp = strlen(dllpath);
2443 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {
2449 - for (sp = 0; sp < __arraycount(trypaths); sp++)
2450 - _w32_append_path(hmagicpath, trypaths[sp], dllpath);
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c3238 UChar *sbuf, *ebuf, *sp; in update_string_node_case_fold() local
3248 sp = sbuf; in update_string_node_case_fold()
3253 if (sp >= ebuf) { in update_string_node_case_fold()
3256 sp = sbuf + sbuf_size; in update_string_node_case_fold()
3261 *sp++ = buf[i]; in update_string_node_case_fold()
3265 r = onig_node_str_set(node, sbuf, sp); in update_string_node_case_fold()
/PHP-7.2/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2039 # From: Peter Soos <sp@osb.hu>
5078 # soh S p f 8 U D sp ^ S cr nl p o d i
5080 # a t r i s t sp ^ S cr nl d i v sp #
8697 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
8700 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
8839 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
9632 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
H A Dmagic私はガラスを食べられます2039 # From: Peter Soos <sp@osb.hu>
5078 # soh S p f 8 U D sp ^ S cr nl p o d i
5080 # a t r i s t sp ^ S cr nl d i v sp #
8697 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
8700 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
8839 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
9632 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c38984 struct timespec sp;
38986 sp.tv_sec = microseconds / 1000000;
38987 sp.tv_nsec = (microseconds % 1000000) * 1000;
38988 nanosleep(&sp, NULL);

Completed in 466 milliseconds

12