Home
last modified time | relevance | path

Searched refs:param (Results 251 – 266 of 266) sorted by relevance

1...<<11

/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php424 foreach ($soap_test->method_params as $pname => $param) {
/PHP-5.5/
H A Drun-tests.php2747 function junit_suite_record($suite, $param, $value = 1) { argument
2750 $JUNIT[$param] += $value;
2751 $JUNIT['suites'][$suite][$param] += $value;
H A Dconfigure.in479 sys/param.h \
531 #include <sys/param.h>
H A DNEWS137 . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in
860 . Fixed bug #65171 (imagescale() fails without height param). (Remi)
1531 . Fixed bug #65708 (dba functions cast $key param to string in-place,
3021 . Fixed bug #52719 (array_walk_recursive crashes if third param of the
3435 param and out). (Laruence)
3651 . Fixed bug #52719 (array_walk_recursive crashes if third param of the
3983 . Fixed bug #60244 (pg_fetch_* functions do not validate that row param
5640 - Fixed bug #48189 (ibase_execute error in return param). (Kalle)
6415 - Fixed bug #47818 (Segfault due to bound callback param). (Felipe)
9421 - Fixed bug #34064 (arr[] as param to function in class gives invalid
[all …]
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc68 * @param int $time Unix timestamp of the date to convert
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1643 char *param; local
1646 …x(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pgsql_link, &param, &len) == SUCCESS)…
1648 } else if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &param, &len) == SUCCESS) {
1660 param = (char*)PQparameterStatus(pgsql, param);
1661 if (param) {
1662 RETURN_STRING(param, 1);
/PHP-5.5/Zend/
H A Dzend_compile.c2547 void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC) /* {{{ */ in zend_do_pass_param() argument
2575 if (param->op_type & (IS_VAR|IS_CV) && original_op != ZEND_SEND_VAL) { in zend_do_pass_param()
2577 if (op == ZEND_SEND_VAR && zend_is_function_or_method_call(param)) { in zend_do_pass_param()
2593 if (op == ZEND_SEND_VAR && zend_is_function_or_method_call(param)) { in zend_do_pass_param()
2597 } else if (op == ZEND_SEND_VAL && (param->op_type & (IS_VAR|IS_CV))) { in zend_do_pass_param()
2603 switch (param->op_type) { in zend_do_pass_param()
2617 zend_do_end_variable_parse(param, BP_VAR_R, 0 TSRMLS_CC); in zend_do_pass_param()
2621 zend_do_end_variable_parse(param, BP_VAR_R, 0 TSRMLS_CC); in zend_do_pass_param()
2623 zend_do_end_variable_parse(param, BP_VAR_FUNC_ARG, offset TSRMLS_CC); in zend_do_pass_param()
2627 zend_do_end_variable_parse(param, BP_VAR_W, 0 TSRMLS_CC); in zend_do_pass_param()
[all …]
H A Dzend_vm_def.h3208 zval **param = zend_vm_stack_get_arg(arg_num TSRMLS_CC);
3211 if (UNEXPECTED(param == NULL)) {
3234 …zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_valu…
3237 *var_ptr = *param;
3250 zval **param = zend_vm_stack_get_arg(arg_num TSRMLS_CC);
3254 if (param == NULL) {
3266 assignment_value = *param;
H A Dzend_compile.h547 void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC);
H A Dzend_vm_execute.h704 zval **param = zend_vm_stack_get_arg(arg_num TSRMLS_CC); in ZEND_RECV_SPEC_HANDLER() local
707 if (UNEXPECTED(param == NULL)) { in ZEND_RECV_SPEC_HANDLER()
730 …zend_verify_arg_type((zend_function *) EG(active_op_array), arg_num, *param, opline->extended_valu… in ZEND_RECV_SPEC_HANDLER()
733 *var_ptr = *param; in ZEND_RECV_SPEC_HANDLER()
1403 zval **param = zend_vm_stack_get_arg(arg_num TSRMLS_CC); in ZEND_RECV_INIT_SPEC_CONST_HANDLER() local
1407 if (param == NULL) { in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
1419 assignment_value = *param; in ZEND_RECV_INIT_SPEC_CONST_HANDLER()
/PHP-5.5/ext/standard/
H A Darray.c2542 zend_bool array_column_param_helper(zval **param, in array_column_param_helper() argument
2544 switch (Z_TYPE_PP(param)) { in array_column_param_helper()
2546 convert_to_long_ex(param); in array_column_param_helper()
2552 convert_to_string_ex(param); in array_column_param_helper()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h246 void *param,
/PHP-5.5/ext/mysqli/
H A Dmysqli.c176 php_free_stmt_bind_buffer(stmt->param, FETCH_SIMPLE); in php_clear_stmt_bind()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1370 +#include "win32/param.h"
1372 #include <sys/param.h>
/PHP-5.5/win32/
H A Dphp5dll.dsp1579 SOURCE=..\win32\param.h
H A Dphp5dllts.dsp2443 SOURCE=..\win32\param.h

Completed in 242 milliseconds

1...<<11