Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbase64.c248 …(const unsigned char *in, size_t inl, unsigned char *out, size_t *outl, zend_bool strict) /* {{{ */ in php_base64_decode_impl()
427 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex()
777 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex()
858 zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_ssse3()
905 zend_string *php_base64_decode_ex_default(const unsigned char *str, size_t length, zend_bool strict) in php_base64_decode_ex_default()
949 zend_bool strict = 0; in PHP_FUNCTION() local
H A Darray.c1562 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local
3955 zend_bool strict = 0; /* do strict comparison */ local
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h165 int strict; member
H A Dmbfilter.c366 mbfl_encoding_detector_new(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new()
565 mbfl_identify_encoding(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding()
/PHP-7.4/Zend/
H A Dzend_execute.c878 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint()
951 …ne zend_bool i_zend_check_property_type(zend_property_info *info, zval *property, zend_bool strict) in i_zend_check_property_type()
980 …ways_inline i_zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict) in i_zend_verify_property_type()
990 …ever_inline zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict) { in zend_verify_property_type()
3153 zend_type *type_ptr, zend_class_entry *self_ce, zval *zv, zend_bool strict) { in i_zend_verify_type_assignable_zval()
3204 …bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zend_bool strict) in zend_verify_ref_assignable_zval()
3257 …ed_ref(zval *variable_ptr, zval *orig_value, zend_uchar value_type, zend_bool strict, zend_refcoun… in zend_assign_to_typed_ref()
3283 …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.h100 …* 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.h1036 #define _ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict, is_ref) do { \ argument
1050 #define ZEND_TRY_ASSIGN_VALUE_EX(zv, other_zv, strict) \ argument
1053 #define ZEND_TRY_ASSIGN_REF_VALUE_EX(zv, other_zv, strict) do { \ argument
1058 #define ZEND_TRY_ASSIGN_COPY_EX(zv, other_zv, strict) do { \ argument
1063 #define ZEND_TRY_ASSIGN_REF_COPY_EX(zv, other_zv, strict) do { \ argument
H A Dzend_API.c3808 ZEND_API int zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, zend_bool strict) /* {{{ … in zend_try_assign_typed_ref_ex()
3926 ZEND_API int 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.h8097 zend_bool strict; variable
H A Dzend_compile.c3539 zend_bool strict = 0; in zend_compile_func_in_array() local
H A Dzend_vm_execute.h4543 zend_bool strict; in ZEND_STRLEN_SPEC_CONST_HANDLER() local
13784 zend_bool strict; in ZEND_STRLEN_SPEC_TMPVAR_HANDLER() local
38014 zend_bool strict; in ZEND_STRLEN_SPEC_CV_HANDLER() local
/PHP-7.4/ext/opcache/Optimizer/
H A Ddfa_pass.c410 zend_bool strict = 0; in zend_dfa_optimize_calls() local
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h315 zend_long strict; variable
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1591 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c3546 zend_bool strict=0; in PHP_FUNCTION() local

Completed in 275 milliseconds