Searched defs:strict (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | base64.c | 143 …base64_decode_ex(const unsigned char *str, int length, int *ret_length, zend_bool strict) /* {{{ */ in php_base64_decode_ex() 244 zend_bool strict = 0; in PHP_FUNCTION() local
|
H A D | array.c | 1207 zend_bool strict = 0; /* strict comparison or not */ in php_search_array() local 2453 zend_bool strict = 0; /* do strict comparison */ in PHP_FUNCTION() local
|
/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 152 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-5.4/ext/mysqli/ |
H A D | php_mysqli_structs.h | 346 long strict; variable
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 3186 zend_bool strict=0; in PHP_FUNCTION() local
|
Completed in 41 milliseconds