Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 1249) sorted by last modified time

12345678910>>...50

/PHP-7.4/
H A DNEWS13 . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
572 . Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter
765 . Fixed bug #63527 (DCOM does not work with Username, Password parameter).
980 . Fixed bug #79357 (SOAP request segfaults when any request parameter is
1412 . Deprecated $version parameter of curl_version(). (cmb)
1445 . Fixed bug #78716 (Function name mangling is wrong for some parameter
1466 . The default $mode parameter of imagecropauto() has been changed to
2352 parameter). (Nikita)
2399 . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)
2542 . Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
[all …]
H A D.gdbinit55 variables of that scope. If no parameter is used it will use
/PHP-7.4/build/
H A Dpkg.m4225 dnl parameter.
247 dnl --with-noarch-pkgconfigdir parameter.
H A Dphp.m4929 dnl dynamically loadable library. Optional parameter "sapi_class" can be set to
/PHP-7.4/ext/imap/
H A Dphp_imap.c3432 if (body->disposition.parameter) { in PHP_FUNCTION()
3433 dpar = body->disposition.parameter; in PHP_FUNCTION()
3448 if ((par = body->parameter)) { in PHP_FUNCTION()
3714 tmp_param->next = bod->parameter; in PHP_FUNCTION()
3715 bod->parameter = tmp_param; in PHP_FUNCTION()
3733 bod->parameter = disp_param; in PHP_FUNCTION()
3836 tmp_param->next = bod->parameter; in PHP_FUNCTION()
3837 bod->parameter = tmp_param; in PHP_FUNCTION()
3855 bod->parameter = disp_param; in PHP_FUNCTION()
4738 if (body->disposition.parameter) { in _php_imap_add_body()
[all …]
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c182 zval *parameter; in odbc_stmt_execute() local
186 parameter = Z_REFVAL(param->parameter); in odbc_stmt_execute()
188 parameter = &param->parameter; in odbc_stmt_execute()
196 Z_STRVAL_P(parameter), in odbc_stmt_execute()
289 zval *parameter; in odbc_stmt_param_hook() local
405 parameter = &param->parameter; in odbc_stmt_param_hook()
407 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
497 parameter = Z_REFVAL(param->parameter); in odbc_stmt_param_hook()
499 parameter = &param->parameter; in odbc_stmt_param_hook()
502 ZVAL_NULL(parameter); in odbc_stmt_param_hook()
[all …]
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c568 zval *parameter; in firebird_stmt_param_hook() local
588 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
590 parameter = &param->parameter; in firebird_stmt_param_hook()
599 zval_ptr_dtor(parameter); in firebird_stmt_param_hook()
631 switch (Z_TYPE_P(parameter)) { in firebird_stmt_param_hook()
683 switch (Z_TYPE_P(parameter)) { in firebird_stmt_param_hook()
747 parameter = Z_REFVAL(param->parameter); in firebird_stmt_param_hook()
749 parameter = &param->parameter; in firebird_stmt_param_hook()
751 zval_ptr_dtor(parameter); in firebird_stmt_param_hook()
752 ZVAL_NULL(parameter); in firebird_stmt_param_hook()
[all …]
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1.phpt7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_48877.phpt2 …e "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
H A Dbug_73087.phpt2 PDO_Firebird: bug 73087 segfault binding blob parameter
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c327 zval *parameter; in pgsql_stmt_param_hook() local
336 if (Z_ISREF(param->parameter)) { in pgsql_stmt_param_hook()
337 parameter = Z_REFVAL(param->parameter); in pgsql_stmt_param_hook()
339 parameter = &param->parameter; in pgsql_stmt_param_hook()
365 ZVAL_STR(parameter, str); in pgsql_stmt_param_hook()
367 ZVAL_EMPTY_STRING(parameter); in pgsql_stmt_param_hook()
378 Z_TYPE_P(parameter) == IS_NULL) { in pgsql_stmt_param_hook()
381 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()
387 convert_to_string_ex(parameter); in pgsql_stmt_param_hook()
408 zval_ptr_dtor(&param->parameter); in pgsql_stmt_param_hook()
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1998 zval parameter; in ZEND_METHOD() local
2006 &parameter in ZEND_METHOD()
2008 add_next_index_zval(return_value, &parameter); in ZEND_METHOD()
2244 zval *reference, *parameter; in ZEND_METHOD() local
2355 if (Z_TYPE_P(parameter) == IS_LONG) { in ZEND_METHOD()
2356 position= (int)Z_LVAL_P(parameter); in ZEND_METHOD()
2365 if (!try_convert_to_string(parameter)) { in ZEND_METHOD()
2373 if (strcmp(((zend_internal_arg_info*)arg_info)[i].name, Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
2383 if (strcmp(ZSTR_VAL(arg_info[i].name), Z_STRVAL_P(parameter)) == 0) { in ZEND_METHOD()
6697 ZEND_ARG_INFO(0, parameter)
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug80719.phpt14 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from ArrayI…
H A DarrayObject___construct_error1.phpt23 ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIterator, 'Exce…
25 ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIterator, 'nonE…
H A DarrayObject_setIteratorClass_error1.phpt46 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from ArrayI…
51 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from ArrayI…
55 string(118) "ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIt…
56 string(110) "ArrayObject::__construct() expects parameter 3 to be a class name derived from ArrayIt…
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_parser.y77 …: parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$1); $$.top = PHPDBG_G(parser_stack)->top…
78 …| parameters parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$2); $$.top = PHPDBG_G(parser_…
82 parameter
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c458 zval *parameter; in pdo_mysql_stmt_param_hook() local
495 parameter = &param->parameter; in pdo_mysql_stmt_param_hook()
497 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
524 parameter = &param->parameter; in pdo_mysql_stmt_param_hook()
526 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
533 zval_ptr_dtor(parameter); in pdo_mysql_stmt_param_hook()
550 parameter = &param->parameter; in pdo_mysql_stmt_param_hook()
552 parameter = Z_REFVAL(param->parameter); in pdo_mysql_stmt_param_hook()
554 switch (Z_TYPE_P(parameter)) { in pdo_mysql_stmt_param_hook()
580 parameter = &param->parameter; in pdo_mysql_stmt_param_hook()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt134 Warning: mysqli_stmt_send_long_data(): Invalid parameter number in %s on line %d
H A Dreflection_tools.inc111 printf("\nInspecting parameter '%s' of method '%s'\n",
H A Dmysqli_stmt_get_result_seek.phpt121 Warning: mysqli_result::data_seek() expects parameter 1 to be int, float given in %s on line %d
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt34 …printf("[006] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
74 …printf("[016] Cannot bind input parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error…
H A Dmysqli_stmt_execute_stored_proc_out.phpt39 …printf("[006] Cannot bind parameter, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
H A Dmysqli_stmt_init.phpt55 Warning: mysqli_stmt_init() expects parameter 1 to be mysqli, object given in %s on line %d

Completed in 83 milliseconds

12345678910>>...50