Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbase64.c246 …(const unsigned char *in, size_t inl, unsigned char *out, size_t *outl, zend_bool strict) /* {{{ */ in php_base64_decode_impl()
428 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex()
778 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex()
859 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_ssse3()
906 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_default()
948 zend_bool strict = 0; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php111 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
113 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
154 function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $strict = false): array {}
255 function base64_decode(string $string, bool $strict = false): string|false {}
H A Darray.c1538 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local
3935 zend_bool strict = 0; /* do strict comparison */ local
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h161 int strict; member
H A Dmbfilter.c295 mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new()
487 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding()
/PHP-8.0/Zend/
H A Dzend_execute.c798 ZEND_API zend_bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, zend_bool strict, ze… in zend_verify_scalar_type_hint()
891 …ne zend_bool i_zend_check_property_type(zend_property_info *info, zval *property, zend_bool strict) in i_zend_check_property_type()
911 …e zend_bool i_zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict) in i_zend_verify_property_type()
921 …ever_inline zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict) { in zend_verify_property_type()
3170 zend_property_info *info, zval *zv, zend_bool strict) { in i_zend_verify_type_assignable_zval()
3213 …bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zend_bool strict) in zend_verify_ref_assignable_zval()
3292 …_assign_to_typed_ref(zval *variable_ptr, zval *orig_value, zend_uchar value_type, zend_bool strict) in zend_assign_to_typed_ref()
3325 …nd_verify_prop_assignable_by_ref(zend_property_info *prop_info, zval *orig_val, zend_bool strict) { in zend_verify_prop_assignable_by_ref()
H A Dzend_execute.h124 …* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, zend_bool strict) in zend_assign_to_variable()
H A Dzend_API.h1138 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1152 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1155 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1160 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1165 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
H A Dzend_API.c3841 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, zend_bool strict)… in zend_try_assign_typed_ref_ex()
3959 …result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, zend_bool strict) /* {{{ */ in zend_try_assign_typed_ref_zval_ex()
H A Dzend_vm_def.h8351 zend_bool strict; variable
H A Dzend_compile.c3992 zend_bool strict = 0; in zend_compile_func_in_array() local
H A Dzend_vm_execute.h5302 zend_bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
14445 zend_bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
38862 zend_bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h285 zend_long strict; variable
/PHP-8.0/ext/opcache/Optimizer/
H A Ddfa_pass.c410 zend_bool strict = 0; in zend_dfa_optimize_calls() local
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php62 function mb_detect_encoding(string $string, array|string|null $encodings = null, bool $strict = fal…
H A Dmbstring.c2692 zend_bool strict = 0; in PHP_FUNCTION() local
/PHP-8.0/ext/soap/
H A Dphp_encoding.c1589 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()

Completed in 422 milliseconds