Home
last modified time | relevance | path

Searched refs:param (Results 101 – 125 of 304) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re93 struct pdo_bound_param_data *param;
195 param = zend_hash_index_find_ptr(params, plc->bindno);
199 if (param == NULL) {
207 if (Z_ISREF(param->parameter)) {
208 parameter = Z_REFVAL(param->parameter);
210 parameter = &param->parameter;
224 param->param_type)) {
243 enum pdo_param_type param_type = param->param_type;
294 if (Z_ISREF(param->parameter)) {
295 parameter = Z_REFVAL(param->parameter);
[all …]
/PHP-7.2/ext/date/tests/
H A Dexamine_diff.inc21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
25 * @param string $expect_spec the expected result of the tests, in the
29 * @param int $expect_days the number of days to compare with the
31 * @param bool $absolute should the result always be a positive number?
/PHP-7.2/ext/soap/
H A Dphp_packet_soap.c260 sdlParamPtr param = NULL; in parse_packet_soap() local
271 ZEND_HASH_FOREACH_PTR(fn->responseParameters, param) { in parse_packet_soap()
273 if (param->element) { in parse_packet_soap()
274 name = param->element->name; in parse_packet_soap()
275 ns = param->element->namens; in parse_packet_soap()
281 name = param->paramName; in parse_packet_soap()
301 val = get_node(cur->children, param->paramName); in parse_packet_soap()
326 if (param != NULL) { in parse_packet_soap()
327 master_to_zval(&tmp, param->encode, val); in parse_packet_soap()
332 add_assoc_zval(return_value, param->paramName, &tmp); in parse_packet_soap()
H A Dsoap.c2833 zval *param; local
3303 sdlParamPtr param; local
4253 xmlNodePtr param; local
4385 if (param != NULL && param->paramName != NULL) {
4415 } else if (param->element->def && !param->element->nillable) {
4544 sdlParamPtr param; local
4551 if (param->encode && param->encode->details.type_str) {
4564 if (param->encode && param->encode->details.type_str) {
4570 smart_str_appendl(buf, param->paramName, strlen(param->paramName));
4588 if (param->encode && param->encode->details.type_str) {
[all …]
/PHP-7.2/Zend/tests/
H A Dbug72038.phpt13 function test(&$param) {
14 $param = 1;
H A Dclosure_032.phpt11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
58 [$param] => <required>
/PHP-7.2/ext/gd/tests/
H A Dimageantialias_error2.phpt20 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
H A Dimagefilltoborder_error1.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( 'wrong param', 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate…
H A Dimagefilltoborder_error4.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, 'wrong param', imagecolorallocate( $image, 255, 0, 0 ) );
H A Dimagefilltoborder_error5.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), 'wrong param' );
H A Dimagefilltoborder_error2.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 'wrong param', 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
H A Dimagefilltoborder_error3.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 'wrong param', imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
/PHP-7.2/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc27 * @param string relative path within the package
28 * @param string|resource file contents or open file handle
56 * @param string $dir
/PHP-7.2/ext/oci8/
H A Doci8_statement.c497 OCIParam *param = NULL; in php_oci_statement_execute() local
1121 zval *param = NULL; in php_oci_bind_by_name() local
1124 param = Z_REFVAL_P(var); in php_oci_bind_by_name()
1172 if (Z_TYPE_P(param) == IS_RESOURCE || Z_TYPE_P(param) == IS_OBJECT) { in php_oci_bind_by_name()
1176 convert_to_long(param); in php_oci_bind_by_name()
1187 if (Z_TYPE_P(param) == IS_RESOURCE || Z_TYPE_P(param) == IS_OBJECT) { in php_oci_bind_by_name()
1191 if (Z_TYPE_P(param) != IS_NULL) { in php_oci_bind_by_name()
1192 convert_to_string(param); in php_oci_bind_by_name()
1225 if (Z_TYPE_P(param) == IS_RESOURCE || Z_TYPE_P(param) == IS_OBJECT) { in php_oci_bind_by_name()
1229 convert_to_boolean(param); in php_oci_bind_by_name()
[all …]
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_include.inc16 * @param int message_count number of test msgs to be written to new mailbox
52 * @param resource $imap_stream
53 * @param string $mailbox
85 * @param resource $imap_stream
86 * @param string $mailbox
137 * @param string mailbox complete mailbox name
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug50282.phpt25 <param>
36 </param>
H A Dbug74975.phpt38 <param>
55 </param>
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc37 * @param string $l1 Eleven
38 * @param string $l2 Twelve
39 * @param string $arg_inf
208 * @param string $key The key
273 * @param string $key The key
704 * @param string $pn
705 * @param unknown_type $f
897 * @param string $pn
1091 * @param arguments $args
1454 * @param args $args
[all …]
/PHP-7.2/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-7.2/ext/spl/examples/
H A Drecursivecomparedualiterator.inc26 * @param $it RecursiveDualIterator
27 * @param $mode should be LEAVES_ONLY
28 * @param $flags should be 0
H A Drecursivedualiterator.inc23 * @param lhs Left Hand Side Iterator
24 * @param rhs Right Hand Side Iterator
25 * @param flags iteration flags
/PHP-7.2/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt7 $closure2 = function($param) {
8 yield $param;
/PHP-7.2/tests/classes/
H A Dbug27504.phpt9 private function bar ( $param ) {
10 echo 'Called function foo:bar('.$param.')'."\n";
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c193 if (stmt->param.var_cnt) { in mysqli_stmt_bind_param_do_bind()
202 zval *param; in mysqli_stmt_bind_param_do_bind() local
204 param = Z_REFVAL(args[i]); in mysqli_stmt_bind_param_do_bind()
206 param = &args[i]; in mysqli_stmt_bind_param_do_bind()
875 if (stmt->param.var_cnt) {
883 if (Z_TYPE(stmt->param.vars[j]) == Z_TYPE(stmt->param.vars[i]) &&
884 Z_REFVAL(stmt->param.vars[j]) == Z_REFVAL(stmt->param.vars[i])) {
893 zval *param; local
895 param = Z_REFVAL(stmt->param.vars[i]);
897 param = &stmt->param.vars[i];
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_verify_basic.phpt22 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
25 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d

Completed in 95 milliseconds

12345678910>>...13