Home
last modified time | relevance | path

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

/PHP-8.2/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.php962 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
967 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
1030 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {}
1218 function base64_decode(string $string, bool $strict = false): string|false {}
H A Darray.c1482 bool strict = 0; /* strict comparison or not */ in php_search_array() local
4042 bool strict = 0; /* do strict comparison */ local
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h166 int strict; member
H A Dmbfilter.c275 …encoding_detector *mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new()
430 … *mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding()
/PHP-8.2/Zend/
H A Dzend_execute.c794 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()
933 …lways_inline bool i_zend_check_property_type(zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type()
950 …ways_inline bool i_zend_verify_property_type(zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type()
960 …end_never_inline zend_verify_property_type(zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type()
3409 zend_property_info *info, zval *zv, bool strict) { in i_zend_verify_type_assignable_zval()
3449 …_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict) in zend_verify_ref_assignable_zval()
3528 … zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, zend_uchar value_type, bool strict) in zend_assign_to_typed_ref()
3561 …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.h1333 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1347 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1350 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1355 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1360 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
H A Dzend_API.c4327 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex()
4445 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.h8487 bool strict; variable
H A Dzend_vm_execute.h5573 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
14754 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
39500 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
H A Dzend_compile.c4206 bool strict = 0; in zend_compile_func_in_array() local
/PHP-8.2/Zend/Optimizer/
H A Ddfa_pass.c408 bool strict = 0; in zend_dfa_optimize_calls() local
/PHP-8.2/ext/mbstring/
H A Dmbstring.stub.php139 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
H A Dmbstring.c2884 bool strict = 0; in PHP_FUNCTION() local
/PHP-8.2/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 397 milliseconds