Searched refs:alone (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/dom/tests/gh11830/ |
H A D | hierarchy_variation.phpt | 11 <alone/> 17 $alone = $container->firstElementChild; 18 $testElement = $alone->nextElementSibling->firstElementChild; 21 $testElement->prepend($alone, $container); 27 $testElement->append($alone, $container); 33 $testElement->before($alone, $container); 39 $testElement->after($alone, $container); 45 $testElement->replaceWith($alone, $container); 60 <alone/>
|
H A D | document_variation.phpt | 19 <alone/> 69 <alone/>
|
/PHP-8.2/ext/dom/tests/ |
H A D | replaceWith_non_viable_next_sibling.phpt | 12 <alone/> 19 $alone = $child->firstElementChild; 21 $child->after($alone); 23 $child->replaceWith($alone); 31 </child><alone/> 35 <alone/>
|
/PHP-8.2/sapi/phpdbg/tests/ |
H A D | phpdbg_oplog_002.phpt | 2 phpdbg_end_oplog() alone must not crash
|
/PHP-8.2/tests/classes/ |
H A D | iterators_005.phpt | 2 ZE2 iterators cannot implement Traversable alone
|
/PHP-8.2/Zend/tests/ |
H A D | offset_string.phpt | 6 $str = "Sitting on a corner all alone, staring from the bottom of his soul";
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 644 char *version = NULL, *enc = NULL, *alone = NULL; in PHP_FUNCTION() local 649 …&self, xmlwriter_class_entry_ce, &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FA… in PHP_FUNCTION() 655 retval = xmlTextWriterStartDocument(ptr, version, enc, alone); in PHP_FUNCTION()
|
/PHP-8.2/docs/ |
H A D | self-contained-extensions.md | 109 As for the rest, you are currently alone here. There are a lot of existing
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | userstreams.phpt | 29 by myself but not alone
|
/PHP-8.2/ext/gd/tests/ |
H A D | Rochester-Regular.otf.LICENSE.txt | 81 Contribution(s) alone or by combination of their Contribution(s)
|
/PHP-8.2/ |
H A D | UPGRADING | 247 `\r\n` is now applied to `\n` alone too.
|
H A D | php.ini-development | 833 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
|
H A D | php.ini-production | 835 ; script support running both as stand-alone script and via PHP CGI<. PHP in CGI
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 6978 # But class alone is reduced to avoid beating php (Jens Schleusener)
|
H A D | magic私はガラスを食べられます | 6978 # But class alone is reduced to avoid beating php (Jens Schleusener)
|
Completed in 158 milliseconds