Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/imap/
H A Dphp_imap.c3791 tempstring = emalloc(l); in PHP_FUNCTION()
3792 memcpy(tempstring, tmp, l); in PHP_FUNCTION()
3796 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3798 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3805 memcpy(mystring, tempstring, l); in PHP_FUNCTION()
3809 efree(tempstring); in PHP_FUNCTION()
3848 mystring=tempstring; in PHP_FUNCTION()
3854 mystring=tempstring; in PHP_FUNCTION()
3860 mystring=tempstring; in PHP_FUNCTION()
3864 mystring=tempstring; in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds