/php-src/ext/standard/ |
H A D | base64.c | 250 …_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 D | basic_functions.stub.php | 1636 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} 1641 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {} 1703 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {} 1927 function base64_decode(string $string, bool $strict = false): string|false {}
|
H A D | array.c | 1634 static inline void _php_search_array(zval *return_value, zval *value, zval *array, bool strict, int… in _php_search_array() 1730 bool strict = 0; /* strict comparison or not */ in php_search_array() local 1764 bool strict; variable 4406 bool strict = 0; /* do strict comparison */ local
|
/php-src/Zend/ |
H A D | zend_execute.h | 161 …ine zval* zend_assign_to_variable(zval *variable_ptr, zval *value, uint8_t value_type, bool strict) in zend_assign_to_variable() 188 …to_variable_ex(zval *variable_ptr, zval *value, zend_uchar value_type, bool strict, zend_refcounte… in zend_assign_to_variable_ex()
|
H A D | zend_execute.c | 809 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() 1026 …inline bool i_zend_check_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type() 1043 …nline bool i_zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type() 1053 …ver_inline zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type() 3740 const zend_property_info *info, const zval *zv, bool strict) { in i_zend_verify_type_assignable_zval() 3780 …_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict) in zend_verify_ref_assignable_zval() 3855 …typed_ref_ex(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict, zend_refcounte… in zend_assign_to_typed_ref_ex() 3890 …al* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict) in zend_assign_to_typed_ref() 3900 …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() 3941 …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 D | zend_API.h | 1440 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument 1454 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument 1457 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument 1462 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument 1467 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
|
H A D | zend_API.c | 4656 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex() 4774 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 D | zend_vm_def.h | 8678 bool strict; variable
|
H A D | zend_vm_execute.h | 5896 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local 15502 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local 41597 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
|
H A D | zend_compile.c | 4407 bool strict = 0; in zend_compile_func_in_array() local
|
/php-src/Zend/Optimizer/ |
H A D | dfa_pass.c | 421 bool strict = 0; in zend_dfa_optimize_calls() local
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 149 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
|
H A D | mbstring.c | 3239 …oding **encodings, const unsigned char **in, size_t *in_len, size_t n, bool strict, bool order_sig… in init_candidate_array() 3303 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits() 3357 …ngths, size_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding_for_strings() 3402 …, size_t in_len, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding() 3412 bool strict = false; in PHP_FUNCTION() local
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 1646 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()
|