Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt67 string(74) "This is):( string):( with ):( multi):(ple ):( sp):(ace cha):(r):("
/PHP-5.5/ext/standard/
H A Dfile.c1695 char *sp, *dp; in php_copy_file_ctx() local
1698 if ((sp = expand_filepath(src, NULL TSRMLS_CC)) == NULL) { in php_copy_file_ctx()
1702 efree(sp); in php_copy_file_ctx()
1708 !strcmp(sp, dp); in php_copy_file_ctx()
1710 !strcasecmp(sp, dp); in php_copy_file_ctx()
1713 efree(sp); in php_copy_file_ctx()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4258 *sp, local
4267 for (bp = buffer, sp = strtext; *sp != '\0'; bp++, sp++)
4272 if (*sp == '\\')
4274 *bp = *sp;
4277 if (*sp == '\'') /* state=5 */
4293 if (isdigit(*sp))
4297 *bp = *sp;
4301 if (isdigit(*sp))
4305 *bp = *sp;
4313 memcpy(buf, sp-2, 3);
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3193 UChar *sbuf, *ebuf, *sp; in update_string_node_case_fold() local
3203 sp = sbuf; in update_string_node_case_fold()
3209 if (sp >= ebuf) { in update_string_node_case_fold()
3212 sp = sbuf + sbuf_size; in update_string_node_case_fold()
3217 *sp++ = buf[i]; in update_string_node_case_fold()
3221 r = onig_node_str_set(node, sbuf, sp); in update_string_node_case_fold()
/PHP-5.5/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
/PHP-5.5/ext/gd/
H A Dgd.c4254 long sz = 0, sp = 0, wd = 0; in PHP_FUNCTION() local
4269 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len, &fnt, &sz, &sp, &w… in PHP_FUNCTION()
4274 space = sp; in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1565 # From: Peter Soos <sp@osb.hu>
3779 # soh S p f 8 U D sp ^ S cr nl p o d i
3781 # a t r i s t sp ^ S cr nl d i v sp #
5869 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
5872 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
6011 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
6813 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c31613 struct timespec sp;
31615 sp.tv_sec = microseconds / 1000000;
31616 sp.tv_nsec = (microseconds % 1000000) * 1000;
31617 nanosleep(&sp, NULL);

Completed in 321 milliseconds

12