Home
last modified time | relevance | path

Searched refs:strict (Results 51 – 75 of 116) sorted by relevance

12345

/PHP-8.1/ext/standard/tests/array/
H A Din_array_variation2.phpt27 /* loop to do loose and strict type check of elements in
36 //strict type checking
H A Darray_diff_assoc_variation6.phpt2 Test array_diff_assoc() function : usage variations - strict string comparison check
9 * 2. When doing a strict comparison of string representation
H A Dbug70668.phpt2 Bug #70668 (array_keys() doesn't respect references when $strict is true)
/PHP-8.1/Zend/tests/
H A Dfirst_class_callable_015.phpt2 First class callables and strict types
H A Dcall_user_func_array_array_slice_type_strict.phpt2 Type check in call_user_func_array() + array_slice() optimization (strict types)
H A Dbug60536_005.phpt14 // Protected and public are handle more strict with a warning then what is
H A Dbug60536_004.phpt23 // that should give the expected strict warning.
/PHP-8.1/Zend/tests/function_arguments/
H A Dargument_count_incorrect_internal_strict.phpt2 Call internal function with incorrect number of arguments with strict types
/PHP-8.1/ext/mbstring/tests/
H A Dmb_detect_encoding_incomplete_sequence.phpt8 // Even in non-strict mode, this should detect as ISO-8859-1. When the end of the string is
/PHP-8.1/Zend/tests/type_declarations/
H A Dexplicit_weak_include_strict.phpt11 // calls within that file should stay strict, despite being included by weak file
H A Dweak_include_strict.phpt11 // calls within that file should stay strict, despite being included by weak file
H A Dinternal_function_strict_mode.phpt2 Scalar type - internal function strict mode
/PHP-8.1/Zend/tests/traits/
H A Dproperty001.phpt2 "Potentially" conflicting trait properties do not result in a strict standards notice anymore
H A Dproperty007.phpt14 // Protected and public are handle more strict with a warning then what is
H A Dproperty009.phpt2 …ds to have same semantics as with normal inheritance, however, we do add strict warnings since it …
H A Dproperty006.phpt23 // that should give the expected strict warning.
/PHP-8.1/Zend/
H A Dzend_execute.h67 …API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict);
68 …ALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, zval *orig_val, bool strict);
81 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte…
113 …val* zend_assign_to_typed_ref(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict);
142 … zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict) in zend_assign_to_variable() argument
150 return zend_assign_to_typed_ref(variable_ptr, value, value_type, strict); in zend_assign_to_variable()
453 ZEND_API bool zend_verify_property_type(zend_property_info *info, zval *property, bool strict);
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D002.phpt2 Test nullsafe strict type check
/PHP-8.1/Zend/tests/type_declarations/mixed/validation/
H A Dmixed_property_strict_success.phpt2 Test that the mixed property type accepts any kind of value in strict mode
/PHP-8.1/ext/readline/
H A Dconfig.m4140 dnl Add -Wno-strict-prototypes as depends on user libs
141 PHP_NEW_EXTENSION(readline, readline.c readline_cli.c, $ext_shared, cli, "-Wno-strict-prototypes")
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_resolveExternals_basic.phpt14 "http://www.w3.org/TR/html4/strict.dtd">
/PHP-8.1/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt10 if (!in_array('argon2i', password_algos(), true /* strict */)) {
H A Dphp_password_hash_argon2id.phpt10 if (!in_array('argon2id', password_algos(), true /* strict */)) {
/PHP-8.1/Zend/tests/match/
H A D017.phpt2 Test strict comparison with match expression jump table
/PHP-8.1/ext/mysqli/tests/
H A Dbug35759.phpt26 /* SQL strict mode - [1101] BLOB/TEXT column 'a0' can't have a default value */

Completed in 45 milliseconds

12345