Home
last modified time | relevance | path

Searched refs:vsprintf (Results 26 – 45 of 45) sorted by relevance

12

/PHP-7.1/ext/standard/tests/strings/
H A Dvsprintf_variation8.phpt2 Test vsprintf() function : usage variations - string formats with non-string values
5 /* Prototype : string vsprintf(string format, array args)
11 * Test vsprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vsprintf() : string formats and non-string values ***\n";
62 // looping to test vsprintf() with different string formats from the above $format array
67 var_dump( vsprintf($formats, $args) );
74 *** Testing vsprintf() : string formats and non-string values ***
H A Dvsprintf_variation12.phpt2 Test vsprintf() function : usage variations - octal formats with non-octal values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vsprintf() : octal formats and non-octal values ***\n";
70 // looping to test vsprintf() with different octal formats from the above $format array
75 var_dump( vsprintf($formats, $args) );
82 *** Testing vsprintf() : octal formats and non-octal values ***
H A Dvsprintf_variation12_64bit.phpt2 Test vsprintf() function : usage variations - octal formats with non-octal values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vsprintf() : octal formats and non-octal values ***\n";
70 // looping to test vsprintf() with different octal formats from the above $format array
75 var_dump( vsprintf($formats, $args) );
82 *** Testing vsprintf() : octal formats and non-octal values ***
H A Dvsprintf_variation16.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
63 // looping to test vsprintf() with different unsigned formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
63 // looping to test vsprintf() with different unsigned formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation4.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
63 // looping to test vsprintf() with different int formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvsprintf_variation4_64bit.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
63 // looping to test vsprintf() with different int formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvsprintf_variation19.phpt2 Test vsprintf() function : usage variations - with whitespaces in format strings
9 /* Prototype : string vsprintf(string $format , array $args)
14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
50 var_dump( vsprintf($format, $args_array[$counter-1]) );
57 *** Testing vsprintf() : with white spaces in format strings ***
H A Dvsprintf_variation19_64bit.phpt2 Test vsprintf() function : usage variations - with whitespaces in format strings
9 /* Prototype : string vsprintf(string $format , array $args)
14 echo "*** Testing vsprintf() : with white spaces in format strings ***\n";
50 var_dump( vsprintf($format, $args_array[$counter-1]) );
57 *** Testing vsprintf() : with white spaces in format strings ***
H A Dvsprintf_variation14.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
70 // looping to test vsprintf() with different hexa formats from the above $format array
76 var_dump( vsprintf($formats, $args) );
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
9 /* Prototype : string vsprintf(string format, array args)
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
70 // looping to test vsprintf() with different hexa formats from the above $format array
76 var_dump( vsprintf($formats, $args) );
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation18.phpt2 Test vsprintf() function : usage variations - scientific formats with non-scientific values
5 /* Prototype : string vsprintf(string format, array args)
11 * Test vsprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vsprintf() : scientific formats and non-scientific values ***\n";
59 // looping to test vsprintf() with different scientific formats from the above $format array
64 var_dump( vsprintf($formats, $args) );
71 *** Testing vsprintf() : scientific formats and non-scientific values ***
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vsprintf(string $format, array $args)
11 * Test vsprintf() when different unexpected format strings are passed to
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
91 var_dump( vsprintf($value,$args) );
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dvprintf_variation17.phpt2 Test vsprintf() function : usage variations - scientific formats with scientific values
5 /* Prototype : string vsprintf(string format, array args)
/PHP-7.1/Zend/
H A Dzend_sprintf.c37 len = vsprintf(buffer, format, args); in zend_sprintf()
H A Dzend_alloc.c344 vsprintf(output_buf, format, args); in zend_debug_alloc_output()
/PHP-7.1/main/
H A Dphp_sprintf.c38 ret = vsprintf (s, format, args); in php_sprintf()
/PHP-7.1/ext/standard/
H A Dphp_string.h65 PHP_FUNCTION(vsprintf);
H A Dformatted_print.c675 PHP_FUNCTION(vsprintf) in PHP_FUNCTION() argument
H A Dbasic_functions.c2820 PHP_FE(vsprintf, arginfo_vsprintf)

Completed in 107 milliseconds

12