Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 25) sorted by relevance

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_standalone_basic.phpt2 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 Ddomobject_debug_handler.phpt29 [standalone] => 1
H A DDOMDocument_documentURI_basic.phpt12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
H A Ddom_test.inc2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
H A Ddom005.phpt22 <?xml version="1.0" standalone="yes"?>
H A DDOMDocument_resolveExternals_basic.phpt12 $xml = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
H A Ddom001.phpt191 <?xml version="1.0" standalone="yes"?>
252 <?xml version="1.0" standalone="yes"?>
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_002.phpt11 $xw->startDocument('1.0', 'UTF-8', 'standalone');
20 <?xml version="1.0" encoding="UTF-8" standalone="standalone"?>
H A DOO_001.phpt24 <?xml version="1.0" encoding="UTF-8" standalone="standalonearg"?>
/PHP-5.5/ext/simplexml/tests/
H A Dbug41582.phpt8 $xml = new SimpleXMLElement('<?xml version="1.0" standalone="yes"?>
18 <?xml version="1.0" standalone="yes"?>
H A Dfeature55218.phpt12 '<?xml version="1.0" standalone="yes"?>
/PHP-5.5/ext/xmlreader/tests/
H A D008.phpt9 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
41 $xmlstring = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
/PHP-5.5/ext/libxml/tests/
H A D003.phpt10 <?xml version='1.0' standalone='yes'?>
H A D002.phpt11 <?xml version='1.0' standalone='yes'?>
/PHP-5.5/Zend/tests/
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
/PHP-5.5/ext/soap/tests/soap12/
H A DT67.phpt8 <?xml version='1.0' standalone='yes'?>
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
/PHP-5.5/ext/dom/
H A Ddocument.c402 int standalone; in dom_document_standalone_read() local
412 standalone = docp->standalone; in dom_document_standalone_read()
413 ZVAL_BOOL(*retval, standalone); in dom_document_standalone_read()
422 int standalone; in dom_document_standalone_write() local
438 standalone = Z_LVAL_P(newval); in dom_document_standalone_write()
439 if (standalone > 0) { in dom_document_standalone_write()
440 docp->standalone = 1; in dom_document_standalone_write()
442 else if (standalone < 0) { in dom_document_standalone_write()
443 docp->standalone = -1; in dom_document_standalone_write()
446 docp->standalone = 0; in dom_document_standalone_write()
/PHP-5.5/ext/soap/
H A DTODO.old26 make php-soap work as a standalone server using php_streams and the new socket extension
/PHP-5.5/ext/dba/
H A DREADME21 for both standalone and client/server applications.
/PHP-5.5/Zend/
H A Dacinclude.m49 # for standalone build of Zend Engine
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c350 ZEND_ARG_INFO(0, standalone)
356 ZEND_ARG_INFO(0, standalone)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3319 #0 long 0407 68K Blit (standalone) executable
3320 #0 short 0407 VAX-order2 68K Blit (standalone) executable
3321 0 short 03401 VAX-order 68K Blit (standalone) executable
4290 >2 byte 0 \b, last in series or standalone
4300 >2 byte x \b, last in series or standalone
12768 >20 beshort 0421 (standalone)
15836 0 lelong 0x30ea BALANCE NS32000 standalone executable
15852 0 leshort 0x42eb SYMMETRY i386 standalone executable
18527 >0x1e leshort &0x400 standalone
18561 >0x1e leshort &0x400 standalone
/PHP-5.5/
H A DINSTALL1285 To compile a standalone extension (aka a DLL file), please refer to
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1495 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 117 milliseconds