Searched refs:standalone (Results 1 – 25 of 25) sorted by relevance
/PHP-7.0/ext/dom/tests/ |
H A D | DOMDocument_standalone_basic.phpt | 2 Tests DOMDocument::standalone get, set, and functionality 12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 22 $test = $dom->standalone; 23 echo "Read initial standalone:\n"; 26 $dom->standalone = FALSE; 27 $test = $dom->standalone; 28 echo "Set standalone to FALSE, reading again:\n"; 32 echo "Document is no longer standalone\n"; 39 Read initial standalone: 41 Set standalone to FALSE, reading again: [all …]
|
H A D | domobject_debug_handler.phpt | 29 [standalone] => 1
|
H A D | DOMDocument_documentURI_basic.phpt | 12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
H A D | dom_test.inc | 2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
|
H A D | dom005.phpt | 22 <?xml version="1.0" standalone="yes"?>
|
H A D | DOMDocument_resolveExternals_basic.phpt | 12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
H A D | dom001.phpt | 191 <?xml version="1.0" standalone="yes"?> 252 <?xml version="1.0" standalone="yes"?>
|
/PHP-7.0/ext/xmlwriter/tests/ |
H A D | OO_002.phpt | 11 $xw->startDocument('1.0', 'UTF-8', 'standalone'); 20 <?xml version="1.0" encoding="UTF-8" standalone="standalone"?>
|
H A D | OO_001.phpt | 24 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
|
/PHP-7.0/ext/simplexml/tests/ |
H A D | bug41582.phpt | 8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?> 18 <?xml version="1.0" standalone="yes"?>
|
H A D | feature55218.phpt | 12 '<?xml version="1.0" standalone="yes"?>
|
/PHP-7.0/ext/xmlreader/tests/ |
H A D | 008.phpt | 9 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?> 41 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
/PHP-7.0/ext/libxml/tests/ |
H A D | 003.phpt | 10 <?xml version='1.0' standalone='yes'?>
|
H A D | 002.phpt | 11 <?xml version='1.0' standalone='yes'?>
|
/PHP-7.0/Zend/tests/ |
H A D | bug43918.phpt | 8 <?xml version='1.0' standalone='yes'?>
|
/PHP-7.0/ext/soap/tests/soap12/ |
H A D | T67.phpt | 8 <?xml version='1.0' standalone='yes'?>
|
/PHP-7.0/ext/dom/examples/ |
H A D | dom1.inc | 2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
|
/PHP-7.0/ext/soap/ |
H A D | TODO.old | 26 make php-soap work as a standalone server using php_streams and the new socket extension
|
/PHP-7.0/ext/dba/ |
H A D | README | 21 for both standalone and client/server applications.
|
/PHP-7.0/ext/dom/ |
H A D | document.c | 378 ZVAL_BOOL(retval, docp->standalone); in dom_document_standalone_read() 385 zend_long standalone; in dom_document_standalone_write() local 392 standalone = zval_get_long(newval); in dom_document_standalone_write() 393 docp->standalone = ZEND_NORMALIZE_BOOL(standalone); in dom_document_standalone_write()
|
/PHP-7.0/Zend/ |
H A D | acinclude.m4 | 14 # for standalone build of Zend Engine
|
/PHP-7.0/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 336 ZEND_ARG_INFO(0, standalone) 342 ZEND_ARG_INFO(0, standalone)
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 3709 #0 long 0407 68K Blit (standalone) executable 3710 #0 short 0407 VAX-order2 68K Blit (standalone) executable 3711 0 short 03401 VAX-order 68K Blit (standalone) executable 4788 >2 byte 0 \b, last in series or standalone 4798 >2 byte x \b, last in series or standalone 14323 >20 beshort 0421 (standalone) 18329 0 lelong 0x30ea BALANCE NS32000 standalone executable 18347 #0 leshort 0x42eb SYMMETRY i386 standalone executable 18352 >>124 lelong !28867614 SYMMETRY i386 standalone executable 21488 >0x1e leshort &0x400 standalone [all …]
|
/PHP-7.0/ |
H A D | INSTALL | 1081 To compile a standalone extension (aka a DLL file), please refer to
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1495 it is matched as if it were a standalone pattern at the current point, 6417 the string of characters that an identical standalone pattern would
|
Completed in 141 milliseconds