Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 62) sorted by last modified time

123

/php-src/build/
H A Dlibtool.m43301 # default) and relocated if they conflict, which is a slow very memory
5500 # default) and relocated if they conflict, which is a slow very memory
/php-src/main/
H A Doutput.c531 php_output_handler_conflict_check_t conflict; in php_output_handler_start() local
536 if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) { in php_output_handler_start()
537 if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) { in php_output_handler_start()
542 ZEND_HASH_PACKED_FOREACH_PTR(rconflicts, conflict) { in php_output_handler_start()
543 if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) { in php_output_handler_start()
/php-src/docs-old/
H A Doutput-api.md77 Issue a warning because of an output handler conflict:
81 Registering a conflict checking function, which will be checked prior starting the handler:
85 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c4324 int conflict=0;
4328 conflict=1;
4332 conflict=1;
4337 if(conflict){
/php-src/ext/dom/tests/
H A DDOMElement_prefix_empty.phpt9 $dom->loadXML("<hello:container xmlns:conflict=\"urn:foo\" xmlns:hello=\"http://www.w3.org/1999/xht…
28 echo "--- Changing the prefix to that of a conflicting namespace (\"conflict\") ---\n";
31 $container->prefix = "conflict";
41 <container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://www.w3…
44 <container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://www.w3…
47 <hello:container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://…
48 --- Changing the prefix to that of a conflicting namespace ("conflict") ---
51 <hello:container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://…
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt2 DOMDocument::importNode() with attribute prefix name conflict
H A DDOMElement_setAttributeNS_prefix_conflict.phpt2 DOMElement::setAttributeNS() with prefix name conflict
H A Dbug49490.phpt2 Bug #49490 (XPath namespace prefix conflict).
H A Dbug55700.phpt2 Bug #55700 (XPath namespace prefix conflict, global registerNodeNS flag)
/php-src/ext/pdo/tests/
H A Dpdo_008.phpt2 PDO Common: PDO::FETCH_UNIQUE conflict
/php-src/ext/opcache/jit/
H A DREADME.md51 - Avoid `-y` - if the package manager warns you that the dependencies conflict
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3265 # ESP, could this conflict with Easy Software Products' (e.g.ESP ghostscript) documentation?
4354 # LBR. NB: May conflict with the questionable
H A Dmagic3265 # ESP, could this conflict with Easy Software Products' (e.g.ESP ghostscript) documentation?
4354 # LBR. NB: May conflict with the questionable
/php-src/sapi/fpm/
H A Dwww.conf.in256 ; may conflict with a real PHP file.
284 ; may conflict with a real PHP file.
/php-src/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttribute_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without …
H A DsetAttribute_mixed_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
/php-src/ext/reflection/tests/
H A Dbug69180.phpt2 Bug #69180: Reflection does not honor trait conflict resolution / method aliasing
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt46 "conflict": []
57 "conflict": []
68 "conflict": []
79 "conflict": []
90 "conflict": []
101 "conflict": []
112 "conflict": []
123 "conflict": []
135 "conflict": []
146 "conflict": []
[all …]
H A Dbug76514.phpt32 "conflict": []
43 "conflict": []
56 "conflict": []
67 "conflict": []
78 "conflict": []
89 "conflict": []
100 "conflict": []
111 "conflict": []
122 "conflict": []
131 "conflict": {
[all …]
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt323 # 0x815F 0x005C 0xFF3C Avoid conflict with Apple one-byte
339 # 0x2026+0xF87F to avoid conflict with the new mapping of 0x8163.
/php-src/ext/intl/
H A Dconfig.w328 // always build as shared - zend_strtod.c/ICU type conflict
/php-src/ext/ffi/
H A Dffi.g448 /*attributes(&param_dcl)? conflict ???*/

Completed in 201 milliseconds

123