Home
last modified time | relevance | path

Searched refs:types (Results 126 – 150 of 503) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/array/
H A Darray_push_variation6.phpt2 Test array_push() function : usage variations - array keys are different data types
11 * Pass array_push arrays where the keys are different data types.
28 // arrays of different data types as keys to be passed to $stack argument
H A Dbug79839.phpt2 Bug #79839: array_walk() does not respect property types
H A Deach_variation2.phpt2 Test each() function : usage variations - arrays of different data types
12 * Pass arrays of different data types as $arr argument to each() to test behaviour
37 // arrays of different data types to be passed as $arr
/PHP-7.4/Zend/tests/function_arguments/
H A Dargument_count_incorrect_internal_strict.phpt2 Call internal function with incorrect number of arguments with strict types
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c148 sljit_s32 types = 0; in call_with_args() local
158 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
192 arg_types = types; in call_with_args()
220 while (types) { in call_with_args()
221 switch (types & SLJIT_DEF_MASK) { in call_with_args()
254 types >>= SLJIT_DEF_SHIFT; in call_with_args()
/PHP-7.4/ext/standard/tests/file/
H A Dfilegroup_variation2.phpt18 echo "*** Testing Invalid file types ***\n";
47 *** Testing Invalid file types ***
H A Dfileowner_variation2.phpt19 echo "*** Testing Invalid file types ***\n";
48 *** Testing Invalid file types ***
H A Dfileperms_variation2.phpt18 echo "*** Testing Invalid file types ***\n";
47 *** Testing Invalid file types ***
H A Dfileinode_variation2.phpt19 echo "*** Testing Invalid file types ***\n";
48 *** Testing Invalid file types ***
H A Dreadlink_variation1.phpt17 echo "*** Testing Invalid file types ***\n";
45 *** Testing Invalid file types ***
H A Dfiletype_variation.phpt17 echo "*** Testing filetype() with various types ***\n";
62 *** Testing filetype() with various types ***
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Denum_forward_compat.phpt2 Forward compatibility with types that look like classes but aren't
/PHP-7.4/Zend/tests/
H A Dns_055.phpt2 055: types in namespaces
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
H A Dbug73987_1.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types i…
/PHP-7.4/Zend/tests/nullable_types/
H A Dnullable_type_parameters_do_not_have_default_value.phpt2 Explicit nullable types do not imply a default value
/PHP-7.4/ext/opcache/tests/
H A Dpreload_unresolved_prop_type.phpt16 Warning: Can't preload class Test with unresolved property types in %s on line %d
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1606 types[0] = NULL; in get_sdl_from_cache()
1638 sdl_deserialize_type(types[i], types, encoders, &in); in get_sdl_from_cache()
1647 sdl_deserialize_key(sdl->types, types[i], &in); in get_sdl_from_cache()
1648 sdl_deserialize_type(types[i], types, encoders, &in); in get_sdl_from_cache()
1658 sdl_deserialize_type(types[i], types, encoders, &in); in get_sdl_from_cache()
1786 efree(types); in get_sdl_from_cache()
2160 if (sdl->types) { in add_sdl_to_cache()
2230 if (sdl->types) { in add_sdl_to_cache()
2971 if (sdl->types) { in make_persistent_sdl()
3139 if (tmp->types) { in delete_psdl_int()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_possible_types.phpt2 ReflectionType possible types
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_085.phpt2 Important properties with different types from traits
/PHP-7.4/Zend/tests/variadic/
H A Dtypehint_error.phpt2 Variadic arguments enforce types
/PHP-7.4/Zend/tests/return_types/
H A Dinternal_functions001.phpt6 // Internal function return types are only checked in debug builds
/PHP-7.4/ext/standard/tests/math/
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
11 * Pass different data types as $number argument to abs() to test behaviour
/PHP-7.4/ext/sysvsem/
H A Dconfig.m411 #include <sys/types.h>

Completed in 46 milliseconds

12345678910>>...21