Home
last modified time | relevance | path

Searched refs:tempstring (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt9 $tempstring = "abcdefghjklmnpqrstuvwxyz";
22 var_dump(sprintf("%030.-15s", $tempstring));
31 var_dump(sprintf("%d %s %d\n", $tempnum, $tempstring, $tempnum));
34 var_dump(sprintf("%s", $tempstring, $tempstring, $tempstring));
H A Dprintf_64bit.phpt193 $tempstring = "abcdefghjklmnpqrstuvwxyz";
206 printf("%030.-15s", $tempstring);
221 printf("%d %s %d\n", $tempnum, $tempstring, $tempnum);
224 printf("%s", $tempstring, $tempstring, $tempstring);
230 printf("%d", $tempstring);
H A Dprintf.phpt193 $tempstring = "abcdefghjklmnpqrstuvwxyz";
206 printf("%030.-15s", $tempstring);
221 printf("%d %s %d\n", $tempnum, $tempstring, $tempnum);
224 printf("%s", $tempstring, $tempstring, $tempstring);
230 printf("%d", $tempstring);
/PHP-8.3/ext/imap/
H A Dphp_imap.c3590 tempstring = emalloc(l); in PHP_FUNCTION()
3591 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3595 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3604 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3608 efree(tempstring); in PHP_FUNCTION()
3647 mystring=tempstring; in PHP_FUNCTION()
3653 mystring=tempstring; in PHP_FUNCTION()
3659 mystring=tempstring; in PHP_FUNCTION()
3663 mystring=tempstring; in PHP_FUNCTION()
3670 RETVAL_STRING(tempstring); in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds