Searched refs:tempstring (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | sprintf_variation52.phpt | 9 $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 D | printf_64bit.phpt | 193 $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 D | printf.phpt | 193 $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 D | php_imap.c | 3590 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 17 milliseconds