Home
last modified time | relevance | path

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

/PHP-8.2/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.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_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);
/PHP-8.2/ext/imap/
H A Dphp_imap.c3271 tempstring = emalloc(l); in PHP_FUNCTION()
3272 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3276 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3285 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3289 efree(tempstring); in PHP_FUNCTION()
3328 mystring=tempstring; in PHP_FUNCTION()
3334 mystring=tempstring; in PHP_FUNCTION()
3340 mystring=tempstring; in PHP_FUNCTION()
3344 mystring=tempstring; in PHP_FUNCTION()
3351 RETVAL_STRING(tempstring); in PHP_FUNCTION()
[all …]

Completed in 26 milliseconds