hormus

Results 4 comments of hormus

A created string literal must be escaped from "backslash" for "single quote" or "double quote" delimiters as the language interprets it as leading and trailing, the "backslash" character must be...

Hi all Edit: [mb_regex_set_options](https://www.php.net/manual/en/function.mb-regex-set-options.php) only be set one mode but multiple options ```PHP ``` It appears from the source php-src that the default syntax mode is ruby ​​and the p...

oh thanks @cmb69 for improving php it's actually a headache there is an exception mb_split although it has no arguments options internally it uses them. ```php ``` https://github.com/php/php-src/blob/master/ext/mbstring/tests/mb_split_empty_match.phpt Without manually...

Currently after the patch the expected result is a 64-bit unsigned integer. (From 0 to 2⁶⁴-1, 18446744073709551615) But if mysql now indicates a special flag https://bugs.mysql.com/bug.php?id=69228 if a negative number...