/PHP-8.3/ext/standard/ |
H A D | base64.c | 246 …_impl(const unsigned char *in, size_t inl, unsigned char *out, size_t *outl, bool strict) /* {{{ */ in php_base64_decode_impl() 471 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) { in php_base64_decode_ex() 555 zend_string *php_base64_decode_ex_avx512_vbmi(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_avx512_vbmi() 683 zend_string *php_base64_decode_ex_avx512(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_avx512() 1076 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex() 1157 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_ssse3() 1204 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, bool strict) in php_base64_decode_ex_default() 1246 bool strict = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1628 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {} 1633 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {} 1695 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {} 1911 function base64_decode(string $string, bool $strict = false): string|false {}
|
H A D | array.c | 1568 bool strict = 0; /* strict comparison or not */ in php_search_array() local 4285 bool strict = 0; /* do strict comparison */ local
|
/PHP-8.3/Zend/ |
H A D | zend_execute.h | 155 …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 D | zend_execute.c | 805 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() 991 …inline bool i_zend_check_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_check_property_type() 1008 …nline bool i_zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) in i_zend_verify_property_type() 1018 …ver_inline zend_verify_property_type(const zend_property_info *info, zval *property, bool strict) { in zend_verify_property_type() 3518 const zend_property_info *info, const zval *zv, bool strict) { in i_zend_verify_type_assignable_zval() 3558 …_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, bool strict) in zend_verify_ref_assignable_zval() 3633 …typed_ref_ex(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict, zend_refcounte… in zend_assign_to_typed_ref_ex() 3668 …al* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, uint8_t value_type, bool strict) in zend_assign_to_typed_ref() 3678 …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() 3719 …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 | 1433 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument 1447 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument 1450 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument 1455 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument 1460 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
|
H A D | zend_API.c | 4451 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex() 4569 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 | 8591 bool strict; variable
|
H A D | zend_vm_execute.h | 5621 bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local 14995 bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local 40353 bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
|
H A D | zend_compile.c | 4328 bool strict = 0; in zend_compile_func_in_array() local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | dfa_pass.c | 408 bool strict = 0; in zend_dfa_optimize_calls() local
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 2983 …oding **encodings, const unsigned char **in, size_t *in_len, size_t n, bool strict, bool order_sig… in init_candidate_array() 3047 static size_t count_demerits(struct candidate *array, size_t length, bool strict) in count_demerits() 3101 …ngths, size_t n, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding_for_strings() 3146 …, size_t in_len, const mbfl_encoding **elist, unsigned int elist_size, bool strict, bool order_sig… in mb_guess_encoding() 3156 bool strict = false; in PHP_FUNCTION() local
|
H A D | mbstring.stub.php | 139 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 1633 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()
|