Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 2679) sorted by path

12345678910>>...108

/PHP-8.0/
H A D.gdbinit95 set $type = $zvalue->u1.v.type
127 printf "unknown type %d", $type
163 set $type = $zvalue->u1.v.type
166 if $type > 5 && $type < 12
170 if $type == 0
173 if $type == 1
176 if $type == 2
179 if $type == 3
182 if $type == 4
185 if $type == 5
[all …]
H A D.travis.yml73 if: type = cron
76 if: type = cron
H A DNEWS101 type). (ilutov)
152 . Fixed IntlDateFormatter::formatObject() parameter type. (Gert de Pagter)
305 . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
415 . Fixed bug GH-8074 (Wrong type inference of range() result). (cmb)
528 . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
580 . Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
790 . Fixed bug #81051 (Broken property type handling after incrementing
1050 . Fixed bug #80596 (Invalid union type TypeError in anonymous classes).
1052 . Fixed bug #80617 (GCC throws warning about type narrowing in
1266 . Fixed bug #79790 ("Illegal offset type" exception during AST evaluation
[all …]
H A DUPGRADING52 . Made the behavior of array_key_exists() regarding the type of the key
100 nullable type, or an explicit null default value instead.
114 * Attempting to use an invalid type (array or object) as an array key or
181 // Error, because of return type mismatch.
264 . Removed the ability to import case-insensitive constants from type
403 type annotation tooling.
561 array. Previously any type was accepted.
748 . Added support for mixed type
985 . Added get_debug_type() function, which returns a type useful for error
987 names for objects, and indicates the resource type for resources.
[all …]
H A DUPGRADING.INTERNALS10 g. zend_free_op type and should_free argument of zend_get_zval_ptr()
75 Instead type checks should be performed using the zend_parse_parameters()
78 g. The zend_free_op type and the "should_free" and "type" arguments of
122 Furthermore, the return type of zend_hash_sort and zend_ts_hash_sort has
243 7. Return type from int to zend_result in Zend Engine 4.0:
346 8. Return type from int to bool in Zend Engine 4.0:
390 void my_error_observer_cb(int type,
/PHP-8.0/.github/scripts/windows/
H A Dbuild.bat26 for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
/PHP-8.0/.github/workflows/
H A Dnightly.yml342 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
/PHP-8.0/TSRM/
H A DTSRM.h161 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
162 #define TSRMG_BULK(id, type) ((type) (*((void ***) tsrm_get_ls_cache()))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
163 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
164 #define TSRMG_FAST_BULK(offset, type) ((type) (((char*) tsrm_get_ls_cache())+(offset))) argument
166 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
167 #define TSRMG_BULK_STATIC(id, type) ((type) (*((void ***) TSRMLS_CACHE))[TSRM_UNSHUFFLE_RSRC_ID(id)… argument
168 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
169 #define TSRMG_FAST_BULK_STATIC(offset, type) ((type) (((char*) TSRMLS_CACHE)+(offset))) argument
184 #define TSRMG_STATIC(id, type, element) argument
H A Dtsrm_win32.c440 TSRM_API FILE *popen(const char *command, const char *type) in popen() argument
443 return popen_ex(command, type, NULL, NULL); in popen()
446 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex() argument
459 char *ptype = (char *)type; in popen_ex()
464 if (!type) { in popen_ex()
468 type_len = (int)strlen(type); in popen_ex()
520 read = (type[0] == 'r') ? TRUE : FALSE; in popen_ex()
521 mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; in popen_ex()
586 stream = _fdopen(fno, type); in popen_ex()
H A Dtsrm_win32.h97 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env);
98 TSRM_API FILE *popen(const char *command, const char *type);
/PHP-8.0/Zend/tests/
H A D008.phpt33 TypeError: define(): Argument #1 ($constant_name) must be of type string, array given
H A D009.phpt51 get_class(): Argument #1 ($object) must be of type object, string given
54 get_class(): Argument #1 ($object) must be of type object, null given
H A D011.phpt89 property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
90 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
91 property_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
92 property_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
H A D019.phpt1178 resource(%d) of type (stream)
1182 resource(%d) of type (stream)
1191 resource(%d) of type (stream)
1195 resource(%d) of type (stream)
H A D024.phpt20 Warning: Trying to access array offset on value of type null in %s on line %d
27 Warning: Trying to access array offset on value of type null in %s on line %d
52 Warning: Trying to access array offset on value of type null in %s on line %d
H A D028.phpt23 Fatal error: Uncaught Error: Value of type null is not callable in %s:%d
H A D033.phpt30 Warning: Trying to access array offset on value of type null in %s on line %d
32 Warning: Trying to access array offset on value of type null in %s on line %d
34 Warning: Trying to access array offset on value of type null in %s on line %d
36 Warning: Trying to access array offset on value of type null in %s on line %d
38 Warning: Trying to access array offset on value of type null in %s on line %d
42 Warning: Trying to access array offset on value of type null in %s on line %d
44 Warning: Trying to access array offset on value of type null in %s on line %d
46 Warning: Trying to access array offset on value of type null in %s on line %d
48 Warning: Trying to access array offset on value of type null in %s on line %d
50 Warning: Trying to access array offset on value of type null in %s on line %d
[all …]
H A D036.phpt14 Illegal offset type
H A D038.phpt14 Illegal offset type
H A Daccess_modifiers_001.phpt14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_002.phpt13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Dassign_dim_obj_null_return.phpt75 Illegal offset type
76 Illegal offset type
79 Illegal offset type
80 Illegal offset type
H A Dassign_obj_to_ref_inference.phpt2 Assigning an object of known type to a reference variable
/PHP-8.0/Zend/tests/arg_unpack/
H A Dnon_integer_keys.phpt21 Exception: Keys must be of type int|string during argument unpacking
/PHP-8.0/Zend/tests/arrow_functions/
H A D006.phpt13 // int argument and return type
35 {closure}(): Argument #1 ($x) must be of type int, string given, called in %s on line %d
44 {closure}(): Argument #2 must be of type ?int, string given, called in %s on line %d

Completed in 47 milliseconds

12345678910>>...108