Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt14 $tempstring = "abcdefghjklmnpqrstuvwxyz";
26 var_dump(sprintf("%030.-15s", $tempstring));
32 var_dump(sprintf("%d %s %d\n", $tempnum, $tempstring, $tempnum));
35 var_dump(sprintf("%s", $tempstring, $tempstring, $tempstring));
H A Dprintf.phpt190 $tempstring = "abcdefghjklmnpqrstuvwxyz";
202 printf("%030.-15s", $tempstring);
214 printf("%d %s %d\n", $tempnum, $tempstring, $tempnum);
217 printf("%s", $tempstring, $tempstring, $tempstring);
223 printf("%d", $tempstring);
H A Dprintf_64bit.phpt190 $tempstring = "abcdefghjklmnpqrstuvwxyz";
202 printf("%030.-15s", $tempstring);
214 printf("%d %s %d\n", $tempnum, $tempstring, $tempnum);
217 printf("%s", $tempstring, $tempstring, $tempstring);
223 printf("%d", $tempstring);
/PHP-5.3/ext/imap/
H A Dphp_imap.c3800 tempstring = emalloc(l); in PHP_FUNCTION()
3801 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3805 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3807 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3814 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3818 efree(tempstring); in PHP_FUNCTION()
3857 mystring=tempstring; in PHP_FUNCTION()
3863 mystring=tempstring; in PHP_FUNCTION()
3869 mystring=tempstring; in PHP_FUNCTION()
3873 mystring=tempstring; in PHP_FUNCTION()
[all …]

Completed in 34 milliseconds