Home
last modified time | relevance | path

Searched refs:params (Results 51 – 75 of 204) sorted by relevance

123456789

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt43 $params = array(
48 if (!call_user_func_array('mysqli_stmt_bind_param', $params))
72 $params = array(
100 $params = array(
127 $params = array(
155 $params = array(
184 $params = array(
213 $params = array(
241 $params = array(
295 $params = array(
[all …]
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug72155.phpt20 <params>
26 </params>
H A Dbug72647.phpt18 <params>
36 </params>
H A Dbug70728.phpt18 <params>
24 </params>
H A Dbug70728_64bit.phpt18 <params>
24 </params>
H A Dbug50282.phpt24 <params>
37 </params>
H A Dbug74975.phpt37 <params>
56 </params>
H A Dbug47818.phpt12 function impl($method_name, $params, $user_data){
15 return array_sum($params);
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getDeclaringClass_variation1.phpt16 echo "Wrong number of params:\n";
25 Wrong number of params:
H A DReflectionParameter_getDeclaringFunction_basic.phpt12 $params = $reflect->getParameters();
13 foreach($params as $key => $value) {
H A DReflectionParameter_export_error3.phpt11 $params = $reflect->getParameters();
12 foreach($params as $key => $value) {
/PHP-7.4/tests/output/
H A Dob_014.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
8 // It is invoked with 2 params when used as an OB callback.
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dsystem_methods.c326 XMLRPC_VALUE params = XMLRPC_VectorGetValueWithID(xMethodIter, "params"); in xsm_system_multicall_cb() local
328 if(methodName && params) { in xsm_system_multicall_cb()
331 XMLRPC_RequestSetData(request, params); in xsm_system_multicall_cb()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt27 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: unable to parse input params in %s…
32 Warning: datefmt_set_timezone(): datefmt_set_timezone: unable to parse input params in %s on line %d
42 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: unable to parse input params in %s…
50 Warning: datefmt_set_timezone(): datefmt_set_timezone: unable to parse input params in %s on line %d
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt4 -wrong params
5 -set/get params comparison
20 // wrong params
/PHP-7.4/ext/dom/
H A Dxpath.c120 ZVAL_STRING(&fci.params[i], (char *)obj->stringval); in dom_xpath_ext_function_php()
123 ZVAL_BOOL(&fci.params[i], obj->boolval); in dom_xpath_ext_function_php()
126 ZVAL_DOUBLE(&fci.params[i], obj->floatval); in dom_xpath_ext_function_php()
131 ZVAL_STRING(&fci.params[i], str); in dom_xpath_ext_function_php()
136 array_init(&fci.params[i]); in dom_xpath_ext_function_php()
160 add_next_index_zval(&fci.params[i], &child); in dom_xpath_ext_function_php()
163 ZVAL_EMPTY_ARRAY(&fci.params[i]); in dom_xpath_ext_function_php()
181 zval_ptr_dtor(&fci.params[i]); in dom_xpath_ext_function_php()
183 efree(fci.params); in dom_xpath_ext_function_php()
231 zval_ptr_dtor(&fci.params[i]); in dom_xpath_ext_function_php()
[all …]
/PHP-7.4/ext/curl/tests/
H A Dbug77711.phpt18 $params = array('file' => $file);
19 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
H A Dcurl_file_upload_stream.phpt18 $params = array('file' => $file);
19 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
H A Dcurl_copy_handle_variation3.phpt18 $params = array('file' => $file);
19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50997.phpt10 $params = array('code'=>'foo');
11 $soapClient->newOperation($params);
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c139 char **params = NULL; in php_xsl_xslt_make_params() local
149 efree(params); in php_xsl_xslt_make_params()
154 efree(params); in php_xsl_xslt_make_params()
171 params[i++] = NULL; in php_xsl_xslt_make_params()
173 return params; in php_xsl_xslt_make_params()
301 fci.params = args; in xsl_ext_function_php()
303 fci.params = NULL; in xsl_ext_function_php()
483 char **params = NULL; in php_xsl_apply_stylesheet() local
603 if (params) { in php_xsl_apply_stylesheet()
605 while(params[clone]) { in php_xsl_apply_stylesheet()
[all …]
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt20 foreach ($this->subscribedEvents as $eventName => $params) {
21 $this->listener = Closure::fromCallable([$this, $params]);
/PHP-7.4/ext/readline/
H A Dreadline.c549 zval params[3]; in _readline_completion_cb() local
552 _readline_string_zval(&params[0], text); in _readline_completion_cb()
553 _readline_long_zval(&params[1], start); in _readline_completion_cb()
554 _readline_long_zval(&params[2], end); in _readline_completion_cb()
556 …if (call_user_function(NULL, NULL, &_readline_completion, &_readline_array, 3, params) == SUCCESS)… in _readline_completion_cb()
572 zval_ptr_dtor(&params[0]); in _readline_completion_cb()
609 zval params[1]; in php_rl_callback_handler() local
614 _readline_string_zval(&params[0], the_line); in php_rl_callback_handler()
616 call_user_function(NULL, NULL, &_prepped_callback, &dummy, 1, params); in php_rl_callback_handler()
618 zval_ptr_dtor(&params[0]); in php_rl_callback_handler()
/PHP-7.4/win32/
H A Dsignal.c34 zval retval, params[1]; in php_win32_signal_ctrl_interrupt_function() local
36 ZVAL_LONG(&params[0], ctrl_evt); in php_win32_signal_ctrl_interrupt_function()
39 call_user_function(NULL, NULL, &ctrl_handler, &retval, 1, params); in php_win32_signal_ctrl_interrupt_function()

Completed in 72 milliseconds

123456789