Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbase64.c250 …_impl(const unsigned char *in, size_t inl, unsigned char *out, size_t *outl, bool strict) /* {{{ */ in php_base64_decode_impl()
475 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex()
559 zend_string *php_base64_decode_ex_avx512_vbmi(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_avx512_vbmi()
687 zend_string *php_base64_decode_ex_avx512(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_avx512()
1080 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex()
1161 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_ssse3()
1208 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default()
1250 bool strict = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1656 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
1661 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
1723 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {}
1939 function base64_decode(string $string, bool $strict = false): string|false {}
H A Darray.c1640 static inline void _php_search_array(zval *return_value, zval *value, zval *array, bool strict, int… in _php_search_array()
1736 bool strict = 0; /* strict comparison or not */ in php_search_array() local
1770 bool strict; variable
4407 bool strict = 0; /* do strict comparison */ local
/php-src/Zend/
H A Dzend_execute.h155 …ine zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t value_type, bool strict) in zend_assign_to_variable()
182 …to_variable_ex(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict, zend_refcounte… in zend_assign_to_variable_ex()
H A Dzend_execute.c807 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()
993 …inline bool i_zend_check_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type()
1010 …nline bool i_zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type()
1020 …ver_inline zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type()
3517 const zend_property_info *info, const zval *zv, bool strict) { in i_zend_verify_type_assignable_zval()
3557 …_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict) in zend_verify_ref_assignable_zval()
3632 …typed_ref_ex(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict, zend_refcounte… in zend_assign_to_typed_ref_ex()
3667 …al* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict) in zend_assign_to_typed_ref()
3677 …ignable_by_ref_ex(const zend_property_info *prop_info, zval *orig_val, bool strict, zend_verify_pr… in zend_verify_prop_assignable_by_ref_ex()
3718 …d_verify_prop_assignable_by_ref(const zend_property_info *prop_info, zval *orig_val, bool strict) { in zend_verify_prop_assignable_by_ref()
H A Dzend_API.h1437 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1451 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1454 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1459 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1464 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
H A Dzend_API.c4510 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex()
4628 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.h8609 bool strict; variable
H A Dzend_vm_execute.h5719 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
15116 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
40484 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
H A Dzend_compile.c4315 bool strict = 0; in zend_compile_func_in_array() local
/php-src/Zend/Optimizer/
H A Ddfa_pass.c408 bool strict = 0; in zend_dfa_optimize_calls() local
/php-src/ext/mbstring/
H A Dmbstring.stub.php149 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
H A Dmbstring.c3223 …oding **encodings, const unsigned char **in, size_t *in_len, size_t n, bool strict, bool order_sig… in init_candidate_array()
3287 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits()
3341 …ngths, size_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding_for_strings()
3386 …, size_t in_len, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding()
3396 bool strict = false; in PHP_FUNCTION() local
/php-src/ext/soap/
H A Dphp_encoding.c1600 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()

Completed in 305 milliseconds