Home
last modified time | relevance | path

Searched refs:case_insensitive (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/com_dotnet/
H A Dcom_extension.stub.php67 function com_load_typelib(string $typelib, bool $case_insensitive = true): bool {} argument
H A Dcom_extension_arginfo.h110 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "true")
/PHP-8.1/ext/standard/
H A Dphp_string.h62 … int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, bool case_insensitive);
H A Dbasic_functions.stub.php922 … $haystack, string $needle, int $offset, ?int $length = null, bool $case_insensitive = false): int… argument
H A Dstring.c5362 …ng_natural_compare_function_ex(zval *result, zval *op1, zval *op2, bool case_insensitive) /* {{{ */ argument
5368 …t, strnatcmp_ex(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2), case_insensitive));
H A Dbasic_functions_arginfo.h1091 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php31 function define(string $constant_name, mixed $value, bool $case_insensitive = false): bool {} argument
H A Dzend_builtin_functions_arginfo.h43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
H A Dzend_operators.h420 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, bool case_insensitive);
H A Dzend_operators.c1947 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, bool case_insensitive) … in string_compare_function_ex() argument
1954 if (case_insensitive) { in string_compare_function_ex()

Completed in 58 milliseconds