Searched refs:tempstring (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/standard/tests/strings/ |
H A D | sprintf_variation52.phpt | 14 $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 D | printf.phpt | 190 $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 D | printf_64bit.phpt | 190 $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-7.2/ext/imap/ |
H A D | php_imap.c | 3846 tempstring = emalloc(l); in PHP_FUNCTION() 3847 memcpy(tempstring, tmp, l); in PHP_FUNCTION() 3851 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION() 3860 memcpy(mystring, tempstring, l); in PHP_FUNCTION() 3864 efree(tempstring); in PHP_FUNCTION() 3903 mystring=tempstring; in PHP_FUNCTION() 3909 mystring=tempstring; in PHP_FUNCTION() 3915 mystring=tempstring; in PHP_FUNCTION() 3919 mystring=tempstring; in PHP_FUNCTION() 3926 RETVAL_STRING(tempstring); in PHP_FUNCTION() [all …]
|
Completed in 25 milliseconds