Home
last modified time | relevance | path

Searched refs:r (Results 201 – 225 of 1819) sorted by path

12345678910>>...73

/PHP-5.5/ext/date/tests/
H A Dtimezone_transitions_get_variation3.phpt42 $file_handle = fopen(__FILE__, 'r');
/PHP-5.5/ext/dba/
H A Ddba.dsp94 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A Dinstall_cdb.sh45 ar r "$prefix/lib/libcdb.a" *
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c111 int r; in cdb_read() local
113 r = php_stream_read(c->fp, buf, len); in cdb_read()
114 } while ((r == -1) && (errno == EINTR)); in cdb_read()
115 if (r == -1) in cdb_read()
117 if (r == 0) { in cdb_read()
121 buf += r; in cdb_read()
122 len -= r; in cdb_read()
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_001.phpt45 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) {
H A Ddba_cdb_read.phpt13 if (($db_file=dba_open($db_file, "r", $handler))!==FALSE) {
H A Ddba_handler.inc17 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))===FALSE) {
43 …if (($dba_reader = @dba_open($db_filename, 'r'.$lock_flag.($lock_flag ? 't' : ''), $handler))===fa…
68 if (($db_file = dba_open($db_filename, 'r'.$lock_flag, $handler))!==FALSE) {
84 if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) {
H A Ddba_qdbm.phpt35 Warning: dba_popen(%stest0.dbm,r-): Locking cannot be disabled for handler qdbm in %sdba_handler.in…
/PHP-5.5/ext/dom/
H A Ddom.dsp95 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error1.phpt18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
H A DDOMDocument_loadHTMLfile_error2.phpt21 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Empty string supplied as input %s
23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
H A DDOMDocument_loadHTMLfile_variation1.phpt18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Document is empty %s
H A DDOMDocument_loadXML_error1.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
24 Warning: DOMDocument::load%r(XML){0,1}%r(): expected '>' %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_loadXML_error2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error3.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_loadXML_error4.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_loadXML_error5.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A DDOMDocument_load_error1.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: title line 5 and book …
24 Warning: DOMDocument::load%r(XML){0,1}%r(): expected '>' %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_load_error2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): AttValue: " or ' expected %s
24 Warning: DOMDocument::load%r(XML){0,1}%r(): attributes construct error %s
26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
28 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: books %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error3.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_load_error4.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_load_error5.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_variation2.phpt22 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A Dbug47849.phpt9 $aDOM->appendChild($aDOM->createElementNS('urn::root','r:root'));
22 <r:root xmlns:r="urn::root"><data xmlns="urn::data"/></r:root>

Completed in 39 milliseconds

12345678910>>...73