Searched refs:sp (Results 26 – 33 of 33) sorted by relevance
12
/PHP-7.4/ext/standard/tests/strings/ |
H A D | chunk_split_variation6.phpt | 67 string(74) "This is):( string):( with ):( multi):(ple ):( sp):(ace cha):(r):("
|
/PHP-7.4/ext/standard/ |
H A D | file.c | 1734 char *sp, *dp; in php_copy_file_ctx() local 1737 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx() 1741 efree(sp); in php_copy_file_ctx() 1747 !strcmp(sp, dp); in php_copy_file_ctx() 1749 !strcasecmp(sp, dp); in php_copy_file_ctx() 1752 efree(sp); in php_copy_file_ctx()
|
/PHP-7.4/ext/ftp/ |
H A D | ftp.c | 727 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line() local 728 if (!sp) { in ftp_mlsd_parse_line() 734 ZVAL_STRINGL(&zstr, sp + 1, end - sp - 1); in ftp_mlsd_parse_line() 736 end = sp; in ftp_mlsd_parse_line()
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 4482 *sp, local 4491 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++) 4496 if (*sp == '\\') 4498 *bp = *sp; 4501 if (*sp == '\'') /* state=5 */ 4517 if (isdigit(*sp)) 4521 *bp = *sp; 4525 if (isdigit(*sp)) 4529 *bp = *sp; 4537 memcpy(buf, sp-2, 3); [all …]
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 2691 - size_t sp; 2708 - sp = strlen(dllpath); 2709 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) { 2715 - for (sp = 0; sp < __arraycount(trypaths); sp++) 2716 - _w32_append_path(hmagicpath, trypaths[sp], dllpath);
|
/PHP-7.4/build/ |
H A D | shtool | 1574 for var_lc in at ap ac st sp sc; do
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 2265 # From: Peter Soos <sp@osb.hu> 6265 # soh S p f 8 U D sp ^ S cr nl p o d i 6267 # a t r i s t sp ^ S cr nl d i v sp # 10258 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00 10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld 10400 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov 11193 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
|
H A D | magic | 2265 # From: Peter Soos <sp@osb.hu> 6265 # soh S p f 8 U D sp ^ S cr nl p o d i 6267 # a t r i s t sp ^ S cr nl d i v sp # 10258 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00 10261 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld 10400 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov 11193 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
|
Completed in 201 milliseconds
12