Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/standard/
H A Dbase64.c246 …_impl(const unsigned char *in, size_t inl, unsigned char *out, size_t *outl, bool strict) /* {{{ */ in php_base64_decode_impl()
428 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex()
778 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex()
859 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_ssse3()
906 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default()
948 bool strict = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php139 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
141 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
190 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {}
343 function base64_decode(string $string, bool $strict = false): string|false {}
H A Darray.c1529 bool strict = 0; /* strict comparison or not */ in php_search_array() local
3908 bool strict = 0; /* do strict comparison */ local
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h166 int strict; member
H A Dmbfilter.c339 …encoding_detector *mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new()
500 … *mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding()
/PHP-8.1/Zend/
H A Dzend_execute.c788 ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, bool strict, bool is_inte… in zend_verify_scalar_type_hint()
909 …lways_inline bool i_zend_check_property_type(zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type()
929 …ways_inline bool i_zend_verify_property_type(zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type()
939 …end_never_inline zend_verify_property_type(zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type()
3440 zend_property_info *info, zval *zv, bool strict) { in i_zend_verify_type_assignable_zval()
3483 …_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict) in zend_verify_ref_assignable_zval()
3562 … zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, zend_uchar value_type, bool strict) in zend_assign_to_typed_ref()
3595 …LL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, zval *orig_val, bool strict) { in zend_verify_prop_assignable_by_ref()
H A Dzend_execute.h142 … zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict) in zend_assign_to_variable()
H A Dzend_API.h1220 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1234 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1237 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1242 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1247 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
H A Dzend_API.c4219 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex()
4337 ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, bool strict) … in zend_try_assign_typed_ref_zval_ex()
H A Dzend_vm_def.h8426 bool strict; variable
H A Dzend_vm_execute.h5493 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
14657 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
39277 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
H A Dzend_compile.c4171 bool strict = 0; in zend_compile_func_in_array() local
/PHP-8.1/Zend/Optimizer/
H A Ddfa_pass.c422 bool strict = 0; in zend_dfa_optimize_calls() local
/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php91 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
H A Dmbstring.c2720 bool strict = 0; in PHP_FUNCTION() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1587 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()

Completed in 445 milliseconds