Searched refs:case_insensitive (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/com_dotnet/ |
H A D | com_extension.stub.php | 67 function com_load_typelib(string $typelib, bool $case_insensitive = true): bool {} argument
|
H A D | com_extension_arginfo.h | 110 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "true")
|
/PHP-8.0/Zend/ |
H A D | zend_builtin_functions.stub.php | 26 function define(string $constant_name, $value, bool $case_insensitive = false): bool {} argument
|
H A D | zend_builtin_functions_arginfo.h | 43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
|
H A D | zend_operators.h | 401 …API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensitive);
|
H A D | zend_operators.c | 1921 …END_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensitive) /* {{{ */ in string_compare_function_ex() argument 1928 if (case_insensitive) { in string_compare_function_ex()
|
/PHP-8.0/ext/standard/ |
H A D | php_string.h | 62 …string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensitive);
|
H A D | basic_functions.stub.php | 686 … $haystack, string $needle, int $offset, ?int $length = null, bool $case_insensitive = false): int… argument
|
H A D | string.c | 5295 …tural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensitive) /* {{{ */ argument 5301 …t, strnatcmp_ex(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2), case_insensitive));
|
H A D | basic_functions_arginfo.h | 1087 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
|
Completed in 47 milliseconds