Searched defs:strict (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | base64.c | 136 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex() 233 zend_bool strict = 0; in PHP_FUNCTION() local
|
H A D | array.c | 1553 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local 3280 zend_bool strict = 0; /* do strict comparison */ local
|
/PHP-7.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 159 int strict; member
|
H A D | mbfilter.c | 382 mbfl_encoding_detector_new(enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_encoding_detector_new() 424 mbfl_encoding_detector_new2(const mbfl_encoding **elist, int elistsz, int strict) in mbfl_encoding_detector_new2() 635 mbfl_identify_encoding(mbfl_string *string, enum mbfl_no_encoding *elist, int elistsz, int strict) in mbfl_identify_encoding() 718 mbfl_identify_encoding2(mbfl_string *string, const mbfl_encoding **elist, int elistsz, int strict) in mbfl_identify_encoding2()
|
/PHP-7.1/ext/mysqli/ |
H A D | php_mysqli_structs.h | 331 zend_long strict; variable
|
/PHP-7.1/ext/soap/ |
H A D | php_encoding.c | 1628 …model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model, zval *object, int style, int strict) in model_to_xml_object()
|
/PHP-7.1/Zend/ |
H A D | zend_vm_def.h | 7796 zend_bool strict; variable
|
H A D | zend_execute.c | 793 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint()
|
H A D | zend_vm_execute.h | 4032 zend_bool strict; local 36094 zend_bool strict; local 51770 zend_bool strict; local
|
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.c | 3382 zend_bool strict=0; in PHP_FUNCTION() local
|
Completed in 275 milliseconds