Home
last modified time | relevance | path

Searched refs:type (Results 2076 – 2100 of 2207) sorted by relevance

1...<<818283848586878889

/PHP-7.4/ext/gmp/tests/
H A Doverloading.phpt273 Warning: main(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfread_error.phpt42 /* loop to test fread() with different invalid type of args */
H A Dfwrite_error.phpt49 /* loop to test fwrite() with different invalid type of args */
H A D001.phpt2 File type functions
/PHP-7.4/ext/ffi/tests/
H A D002.phpt74 /* type qualifiers */
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt1034 resource(%d) of type (stream)
1047 resource(%d) of type (stream)
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c17 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dcrypt_sha512.c16 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt26 // don't bail - column type might not be supported by the server, ignore this
84 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
H A Dmysqli_stmt_bind_result_bit.phpt48 // don't bail - column type might not be supported by the server, ignore this
H A Dmysqli_fetch_object.phpt156 [0] Argument 3 passed to mysqli_fetch_object() must be of the type array, string given in %s on lin…
H A Dmysqli_fetch_array_oo.phpt357 Warning: mysqli_result::fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or…
359 Warning: mysqli_result::fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or…
/PHP-7.4/
H A DNEWS69 . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
111 . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
716 . Fixed bug #79947 (Memory leak on invalid offset type in compound
810 . Fixed bug #79820 (Use after free when type duplicated into
1334 . Fixed bug #76451 (Aliases during inheritance type checks affected by
1433 . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
1598 . Implemented FR #77863 (PDO firebird support type Boolean in input
2511 type 37). (Peter Kokot)
2671 . Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
2676 . Fixed bug #76463 (var has array key type but not value type). (Laruence)
[all …]
H A DUPGRADING25 . Trying to use values of type null, bool, int, float or resource as an
214 . Added support for limited return type covariance and argument type
228 single file only non-cyclic type references are possible, because all
420 . Importing type libraries with case-insensitive constant registering has been
460 trailing whitespace, as well as prefixes of type 0x (depending on base)
539 . bool sapi_windows_generate_ctrl_event(int type, int pid) - send a CTRL event
/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt29 TRUE, // bool type
/PHP-7.4/ext/date/lib/
H A Dtimelib.c334 switch (d->relative.special.type) { in timelib_dump_date()
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h171 zend_ffi_type *type; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c332 ssa->var_info[ssa_var_num].type, in zend_dump_ssa_var_info()
843 zend_dump_type_constraint(op_array, ssa, &p->constraint.type, dump_flags); in zend_dump_block_header()
964 …zend_dump_type_info(func_info->arg_info[j].info.type, func_info->arg_info[j].info.ce, func_info->a… in zend_dump_op_array()
972 …zend_dump_type_info(func_info->return_info.type, func_info->return_info.ce, func_info->return_info… in zend_dump_op_array()
H A Doptimize_func_calls.c96 if (func->type == ZEND_USER_FUNCTION in zend_try_inline_call()
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt161 resource(%d) of type (Socket)
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt31 type refcursortype is ref cursor;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dstrval.phpt107 // get a resource type variable
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc206 $this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
/PHP-7.4/ext/curl/
H A Dinterface.c1761 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug() argument
1765 if (type == CURLINFO_HEADER_OUT) { in curl_debug()
2199 char *type = NULL, *filename = NULL; in build_mime_structure_from_hash() local
2222 type = Z_STRVAL_P(prop); in build_mime_structure_from_hash()
2254 || (form_error = curl_mime_type(part, type ? type : "application/octet-stream")) != CURLE_OK) { in build_mime_structure_from_hash()
2263 CURLFORM_CONTENTTYPE, type ? type : "application/octet-stream", in build_mime_structure_from_hash()
3474 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
3475 switch (type) { in PHP_FUNCTION()
/PHP-7.4/ext/pspell/
H A Dpspell.c228 if (res == NULL || Z_RES_P(res)->type != le_pspell_config) { \
237 if (res == NULL || Z_RES_P(res)->type != le_pspell) { \

Completed in 65 milliseconds

1...<<818283848586878889