Searched refs:case_insensitive (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | node.h | 137 bool case_insensitive); 143 bool case_insensitive); 148 bool case_insensitive); 154 bool case_insensitive);
|
H A D | element.h | 149 bool case_insensitive); 156 bool case_insensitive); 163 bool case_insensitive); 170 bool case_insensitive);
|
H A D | element.c | 605 bool case_insensitive) in lxb_dom_elements_by_attr() argument 609 value, value_len, case_insensitive); in lxb_dom_elements_by_attr() 617 bool case_insensitive) in lxb_dom_elements_by_attr_begin() argument 621 value, value_len, case_insensitive); in lxb_dom_elements_by_attr_begin() 629 bool case_insensitive) in lxb_dom_elements_by_attr_end() argument 633 value, value_len, case_insensitive); in lxb_dom_elements_by_attr_end() 641 bool case_insensitive) in lxb_dom_elements_by_attr_contain() argument 645 value, value_len, case_insensitive); in lxb_dom_elements_by_attr_contain()
|
H A D | node.c | 801 bool case_insensitive) in lxb_dom_node_by_attr() argument 820 if (case_insensitive) { in lxb_dom_node_by_attr() 837 bool case_insensitive) in lxb_dom_node_by_attr_begin() argument 856 if (case_insensitive) { in lxb_dom_node_by_attr_begin() 873 bool case_insensitive) in lxb_dom_node_by_attr_end() argument 892 if (case_insensitive) { in lxb_dom_node_by_attr_end() 909 bool case_insensitive) in lxb_dom_node_by_attr_contain() argument 928 if (case_insensitive) { in lxb_dom_node_by_attr_contain()
|
/php-src/Zend/ |
H A D | zend_builtin_functions.stub.php | 41 function define(string $constant_name, mixed $value, bool $case_insensitive = false): bool {} argument
|
H A D | zend_builtin_functions_arginfo.h | 49 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
|
H A D | zend_operators.h | 456 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, bool case_insensitive);
|
H A D | zend_operators.c | 2115 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, bool case_insensitive) … in string_compare_function_ex() argument 2122 if (case_insensitive) { in string_compare_function_ex()
|
/php-src/ext/com_dotnet/ |
H A D | com_extension.stub.php | 353 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-src/ext/standard/ |
H A D | basic_functions.stub.php | 2633 … $haystack, string $needle, int $offset, ?int $length = null, bool $case_insensitive = false): int…
|
H A D | basic_functions_arginfo.h | 1085 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, case_insensitive, _IS_BOOL, 0, "false")
|
Completed in 102 milliseconds