Home
last modified time | relevance | path

Searched refs:arg1 (Results 26 – 50 of 208) sorted by relevance

123456789

/PHP-7.2/ext/standard/tests/strings/
H A Dsscanf_basic4.phpt18 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format);
19 var_dump($arg1, $arg2, $arg3, $arg4);
23 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4);
24 var_dump($res, $arg1, $arg2, $arg3, $arg4);
H A Dsscanf_basic7.phpt18 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format);
19 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
23 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
24 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
H A Dprintf_basic2.phpt18 $arg1 = 111;
28 $result = printf($format1, $arg1);
33 $result = printf($format2, $arg1, $arg2);
38 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dprintf_basic4.phpt18 $arg1 = TRUE;
28 $result = printf($format1, $arg1);
33 $result = printf($format2, $arg1, $arg2);
38 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dprintf_basic5.phpt18 $arg1 = 65;
28 $result = printf($format1, $arg1);
33 $result = printf($format2, $arg1, $arg2);
38 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dprintf_basic6.phpt17 $arg1 = 1000;
27 $result = printf($format1, $arg1);
32 $result = printf($format2, $arg1, $arg2);
37 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dsscanf_basic6.phpt24 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format);
25 var_dump($arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
29 $res = sscanf($str, $format, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
30 var_dump($res, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6);
H A Dsprintf_error.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
20 $arg1 = 'one';
25 var_dump( sprintf($format2,$arg1) );
26 var_dump( sprintf($format3,$arg1,$arg2) );
30 var_dump( sprintf($format3,$arg1) );
H A Dprintf_basic7.phpt24 $arg1 = -1111;
34 $result = printf($format1, $arg1);
39 $result = printf($format2, $arg1, $arg2);
44 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dprintf_basic8.phpt23 $arg1 = 021;
33 $result = printf($format1, $arg1);
38 $result = printf($format2, $arg1, $arg2);
43 $result = printf($format3, $arg1, $arg2, $arg3);
H A Dvsprintf_basic3.phpt22 $arg1 = array(11.11);
26 var_dump( vsprintf($format1,$arg1) );
27 var_dump( vsprintf($format11,$arg1) );
H A Dvsprintf_basic9.phpt22 $arg1 = array(11);
26 var_dump( vsprintf($format1,$arg1) );
27 var_dump( vsprintf($format11,$arg1) );
H A Dvprintf_basic3.phpt22 $arg1 = array(11.11);
26 $result = vprintf($format1,$arg1);
30 $result = vprintf($format11,$arg1);
H A Dsprintf_variation2.phpt2 Test sprintf() function : usage variations - with all types of values for arg1 argument
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
12 echo "*** Testing sprintf() : with different types of values passed for arg1 argument ***\n";
87 // loop through each element of the array for arg1
108 *** Testing sprintf() : with different types of values passed for arg1 argument ***
H A Dvprintf_basic9.phpt22 $arg1 = array(11);
26 $result = vprintf($format1,$arg1);
29 $result = vprintf($format11,$arg1);
H A Dvfprintf_basic3.phpt22 $arg1 = array(11.11);
31 vfprintf($fp, $format1,$arg1);
34 vfprintf($fp,$format11,$arg1);
H A Dvfprintf_basic9.phpt22 $arg1 = array(11);
31 vfprintf($fp, $format1, $arg1);
33 vfprintf($fp, $format11, $arg1);
/PHP-7.2/Zend/
H A Dzend_interfaces.h42 …r *function_name, size_t function_name_len, zval *retval, int param_count, zval* arg1, zval* arg2);
47 #define zend_call_method_with_1_params(obj, obj_ce, fn_proxy, function_name, retval, arg1) \ argument
48 …zend_call_method(obj, obj_ce, fn_proxy, function_name, sizeof(function_name)-1, retval, 1, arg1, N…
50 #define zend_call_method_with_2_params(obj, obj_ce, fn_proxy, function_name, retval, arg1, arg2) \ argument
51 …zend_call_method(obj, obj_ce, fn_proxy, function_name, sizeof(function_name)-1, retval, 2, arg1, a…
/PHP-7.2/tests/lang/
H A DreturnByReference.001.phpt6 function &returnByRef(&$arg1)
8 return $arg1;
H A DpassByReference_002.phpt6 function f(&$arg1)
8 var_dump($arg1++);
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c316 zval *arg1; in PHP_FUNCTION() local
318 &arg1, &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
325 if( Z_TYPE_P( arg1 ) == IS_OBJECT && in PHP_FUNCTION()
326 instanceof_function( Z_OBJCE_P( arg1 ), Transliterator_ce_ptr ) ) in PHP_FUNCTION()
328 object = arg1; in PHP_FUNCTION()
333 if(Z_TYPE_P( arg1 ) != IS_STRING ) in PHP_FUNCTION()
335 convert_to_string( arg1 ); in PHP_FUNCTION()
338 res = create_transliterator( Z_STRVAL_P( arg1 ), Z_STRLEN_P( arg1 ), in PHP_FUNCTION()
344 "transliterator with ID \"%s\" (%s)", Z_STRVAL_P( arg1 ), ZSTR_VAL(message) ); in PHP_FUNCTION()
/PHP-7.2/Zend/tests/variadic/
H A Dbasic.phpt14 function test2($arg1, $arg2, ...$args) {
15 var_dump($arg1, $arg2, $args);
/PHP-7.2/ext/standard/
H A Dquot_print.c204 zend_string *arg1; in PHP_FUNCTION() local
210 Z_PARAM_STR(arg1) in PHP_FUNCTION()
213 if (ZSTR_LEN(arg1) == 0) { in PHP_FUNCTION()
218 str_in = ZSTR_VAL(arg1); in PHP_FUNCTION()
219 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/tests/
H A D22pg_fetch_object.phpt12 function __construct($arg1, $arg2) {
13 echo __METHOD__ . "($arg1,$arg2)\n";
/PHP-7.2/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_012w.phpt11 "param1" => "arg1",
20 …:echoMultipleFaults3Request><ns1:whichFault>1</ns1:whichFault><ns1:param1>arg1</ns1:param1><ns1:pa…
22 …n response to 'echoMultipleFaults3'.</faultstring><detail><ns1:StringPart>arg1</ns1:StringPart></d…

Completed in 33 milliseconds

123456789