Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c141 char **params = NULL; in php_xsl_xslt_make_params() local
154 efree(params); in php_xsl_xslt_make_params()
176 params[i++] = NULL; in php_xsl_xslt_make_params()
178 return params; in php_xsl_xslt_make_params()
300 fci.params[i] = &args[i]; in xsl_ext_function_php()
318 efree(fci.params); in xsl_ext_function_php()
380 efree(fci.params); in xsl_ext_function_php()
491 char **params = NULL; in php_xsl_apply_stylesheet() local
632 if (params) { in php_xsl_apply_stylesheet()
634 while(params[clone]) { in php_xsl_apply_stylesheet()
[all …]
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt12 function impl($method_name, $params, $user_data){
15 return array_sum($params);
H A Dbug44996.phpt10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php212 $params = get_params($vars, $m[2][0]);
249 check_param($params, ++$j, 'UConverter*', $optional);
265 check_param($params, ++$j, 'zval****', $optional);
266 check_param($params, ++$j, 'int*', $optional);
277 check_param($params, ++$j, $exp, $optional);
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c256 zval ***params = NULL; in disp_invokeex() local
268 params = (zval ***)safe_emalloc(sizeof(zval **), pdp->cArgs, 0); in disp_invokeex()
279 params[i] = (zval**)emalloc(sizeof(zval**)); in disp_invokeex()
280 *params[i] = zarg; in disp_invokeex()
292 …OBJCE_P(disp->object), disp->object, Z_STRVAL_PP(name), Z_STRLEN_PP(name)+1, *params[0] TSRMLS_CC); in disp_invokeex()
296 &retval, pdp->cArgs, params, 1, NULL TSRMLS_CC)) { in disp_invokeex()
302 php_com_dotnet_object *obj = CDNO_FETCH(*params[i]); in disp_invokeex()
323 if (params) { in disp_invokeex()
325 zval_ptr_dtor(params[i]); in disp_invokeex()
326 efree(params[i]); in disp_invokeex()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getParentClass_001.phpt16 echo "\nTest bad params:\n";
29 Test bad params:
H A DReflectionParameter_DefaultValueConstant_basic1.phpt36 $params = $method->getParameters();
38 foreach ($params as $param) {
H A DReflectionProperty_isDefault_basic.phpt27 echo "Wrong number of params:\n";
61 Wrong number of params:
H A DReflectionClass_hasConstant_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasMethod_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasProperty_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-5.5/ext/spl/examples/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
H A Dsearchiterator.inc52 function __call($func, $params)
54 return call_user_func_array(array($this->getInnerIterator(), $func), $params);
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_get_error_code_error.phpt16 …ator_get_error_code(): transliterator_get_error_code: unable to parse input params in %s on line %d
21 …rator::getErrorCode(): transliterator_get_error_code: unable to parse input params in %s on line %d
H A Dtransliterator_get_error_message_error.phpt16 …et_error_message(): transliterator_get_error_message: unable to parse input params in %s on line %d
21 …:getErrorMessage(): transliterator_get_error_message: unable to parse input params in %s on line %d
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc119 * @param params Array of parameters to pass to method
121 function __call($func, $params)
123 return call_user_func_array(array($this->it, $func), $params);
/PHP-5.5/ext/mysqli/tests/
H A Dbug35759.phpt41 $params[] = &$col_num;
43 call_user_func_array(array($stmt, "bind_result"), $params);
H A Dmysqli_stmt_bind_limits.phpt21 $params = array();
26 $stmt_params .= '$params[' . $i . '], ';
28 $params[($j * $rows) + $i] = $i;
67 $param_ref[] = &$params[($i * $rows) + $j];
/PHP-5.5/ext/standard/tests/math/
H A Dgetrandmax_error.phpt2 Test getrandmax() - wrong params test getrandmax()
H A Dis_nan_error.phpt2 Test is_nan() - wrong params test is_nan()
/PHP-5.5/tests/lang/
H A Dbug55754.phpt2 Bug #55754 (Only variables should be passed by reference for ZEND_SEND_PREFER_REF params)
/PHP-5.5/ext/date/tests/
H A Ddate_add_basic2.phpt2 date_add() return false with wrong params
H A Ddate_create_from_format_basic.phpt2 date_create_from_format() return false with wrong params
H A Ddate_parse_from_format_basic.phpt2 date_parse_from_format() return false with wrong params

Completed in 36 milliseconds

123456789