Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 168) sorted by last modified time

1234567

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1115 +doc application/msword
1211 -doc application/msword
/PHP-5.5/sapi/cli/tests/
H A D016.phpt36 doc
96 <<< > doc
101 doc
H A D017.phpt33 doc
86 doc
/PHP-5.5/sapi/aolserver/
H A DREADME17 Read doc/install.txt in the source distribution
/PHP-5.5/
H A Dphp.ini-development706 ; http://php.net/doc-root
H A Dphp.ini-production706 ; http://php.net/doc-root
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c32 ZEND_ARG_INFO(0, doc)
36 ZEND_ARG_INFO(0, doc)
40 ZEND_ARG_INFO(0, doc)
45 ZEND_ARG_INFO(0, doc)
419 doc = nodep->doc; in PHP_FUNCTION()
421 if (doc == NULL) { in PHP_FUNCTION()
503 doc = node->doc; in php_xsl_apply_stylesheet()
505 if (doc == NULL) { in php_xsl_apply_stylesheet()
533 doc = xmlCopyDoc(doc, 1); in php_xsl_apply_stylesheet()
539 php_libxml_increment_doc_ref(intern->doc, doc TSRMLS_CC); in php_xsl_apply_stylesheet()
[all …]
H A Dphp_xsl.c92 if (intern->doc) { in ZEND_GET_MODULE()
93 php_libxml_decrement_doc_ref(intern->doc TSRMLS_CC); in ZEND_GET_MODULE()
94 efree(intern->doc); in ZEND_GET_MODULE()
127 intern->doc = NULL; in xsl_objects_new()
H A Dphp_xsl.h66 php_libxml_node_object *doc; member
/PHP-5.5/ext/xsl/tests/
H A Dxslt006.phpt11 $doc = $proc->transformToDoc($dom);
12 print $doc->saveXML();
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".dirname(__FILE__)."/out.xml");
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1147 docp = node->doc; in PHP_METHOD()
/PHP-5.5/ext/tidy/
H A Dtidy.c191 TidyDoc doc; member
558 TidyDoc doc; in php_tidy_quick_repair() local
577 doc = tidyCreate(); in php_tidy_quick_repair()
584 tidyRelease(doc); in php_tidy_quick_repair()
591 TIDY_SET_DEFAULT_CONFIG(doc); in php_tidy_quick_repair()
634 tidyRelease(doc); in php_tidy_quick_repair()
1179 TidyDoc doc; in php_tidy_output_handler() local
1184 doc = tidyCreate(); in php_tidy_output_handler()
1191 TIDY_SET_DEFAULT_CONFIG(doc); in php_tidy_output_handler()
1196 if (0 <= tidyParseBuffer(doc, &inbuf) && 0 <= tidyCleanAndRepair(doc)) { in php_tidy_output_handler()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation2.phpt16 // Null here doc string
25 // here doc with multiline string
32 // here doc with different whitespaces
39 // here doc with numeric values
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrncasecmp_basic.phpt22 echo "-- Testing strncasecmp() with here-doc string --\n";
42 -- Testing strncasecmp\(\) with here-doc string --
H A Dstrncasecmp_variation9.phpt10 /* Test strncasecmp() function with here-doc strings for 'str1', 'str2' */
12 echo "*** Test strncasecmp() function: with here-doc strings ***\n";
77 *** Test strncasecmp() function: with here-doc strings ***
H A Dstrncmp_basic.phpt22 echo "-- Testing strncmp() with here-doc string --\n";
42 -- Testing strncmp\(\) with here-doc string --
H A Dstrip_tags_variation5.phpt19 // null here doc string
28 // here doc with multiline string
36 // here doc with different whitespaces
43 // here doc with numeric values
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dchunk_split_variation11.phpt53 string(132) "This i s here doc st ring w ith and
67 doc st
92 string(398) "This i)speci@! ch@r$(s here)speci@! ch@r$(doc st)speci@! ch@r$(ring w)speci@! ch@r$(it…
H A Dchunk_split_variation12.phpt143 …'m sure it'll \work! with here"To check " in heredoc".I'm sure it'll \work!doc ending"To check " i…
H A Dchunk_split_variation4.phpt132 doc

Completed in 51 milliseconds

1234567