Home
last modified time | relevance | path

Searched refs:out (Results 401 – 425 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/win32/build/
H A Dphpize.js.in65 // now we need the extension name out of this thing
258 // Comment out the calls from their original positions
H A Dconfig.w32.phpize.in27 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/php-src/ext/phar/tests/
H A Dbadparameters.phpt239 Cannot write out phar archive, phar is read-only
242 Cannot write out phar archive, phar is read-only
/php-src/
H A D.gitignore229 **/tests/**/*.out*
287 /junit.out.xml
/php-src/ext/standard/tests/array/
H A Dsizeof_object2.phpt15 // class with only members and with out member functions
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt71 /* intentionally out of range! */
H A Dmysqli_fetch_object.phpt121 …I think we should bail out here. The following line will give a Fatal error: Call to private ... f…
H A Dmysqli_stmt_get_result2.phpt158 [017] [2014] Commands out of sync; you can't run this command now
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt13 …// Also test the loadHTMLFile variation. We won't print out the result, just checking the result i…
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt22 echo "\n-- Checking with out of character's range, given in binary format --\n";
802 -- Checking with out of character's range, given in binary format --
H A Durl_t.phpt55 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
609 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
619 string(7) "hid:out"
/php-src/ext/soap/
H A Dphp_encoding.c669 xmlBufferPtr out = xmlBufferCreate(); in to_zval_string() local
673 ZVAL_STRING(ret, (char*)xmlBufferContent(out)); in to_zval_string()
677 xmlBufferFree(out); in to_zval_string()
702 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringr() local
706 ZVAL_STRING(ret, (char*)xmlBufferContent(out)); in to_zval_stringr()
710 xmlBufferFree(out); in to_zval_stringr()
735 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringc() local
743 xmlBufferFree(out); in to_zval_stringc()
891 xmlBufferPtr out = xmlBufferCreate(); in to_xml_string() local
897 str = estrdup((char*)xmlBufferContent(out)); in to_xml_string()
[all …]
/php-src/ext/standard/tests/url/
H A Durls.inc52 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
/php-src/ext/mbstring/tests/
H A Dmb_str_split_other.phpt66 // argument, it would run the PHP interpreter out of memory
H A Diso2022kr_encoding.phpt113 // Regression test: The old implementation would sometimes emit an extra 0x0F ('shift out')
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c651 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic() argument
656 out[i] = ebcdic_to_ascii[buf[i]]; in from_ebcdic()
/php-src/ext/dom/
H A Delement.c523 goto out; in dom_deep_ns_redef()
534 out: in dom_deep_ns_redef()
1759 goto out; in PHP_METHOD()
1763 goto out; in PHP_METHOD()
1770 goto out; in PHP_METHOD()
1776 out: in PHP_METHOD()
/php-src/sapi/fpm/tests/
H A Dtester.inc777 $out = '';
791 $out .= "--$boundary$nl";
792 $out .= "Content-disposition: $dispositionType; $dispositionParam=\"$name\"$nl";
794 $out .= "$headerName: $headerValue$nl";
796 $out .= $nl;
797 $out .= "$value$nl";
799 $out .= "--$boundary--$nl";
801 return $out;
1646 $this->error('Log is not closed and timed out', $exception);
H A Dfcgi.inc812 throw new TimedOutException('Write timed out');
890 $this->fcgi_stream_append($resp, 'out');
902 throw new \Exception('Timed out');
914 throw new TimedOutException( 'Read timed out' );
/php-src/ext/ldap/tests/
H A DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/php-src/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic6.out >/dev/null
21 $outFile = "mailBasic6.out";
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst120 condition, etc. It turns out that even the most complex expressions can be reduced to a number of
131 With that little detour out of the way, the job of the compiler is to read the AST and translate it
/php-src/ext/xsl/
H A Dxsltprocessor.c347 goto out; in php_xsl_apply_stylesheet()
408 out: in php_xsl_apply_stylesheet()
/php-src/sapi/cgi/
H A Dcgi_main.c2275 goto out;
2337 goto out;
2357 goto out;
2380 goto out;
2645 out:
/php-src/ext/standard/
H A Dstring.c119 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r() argument
134 *out = *cur->locinfo->lconv; in localeconv_r()
139 *out = *localeconv(); in localeconv_r()
146 return out; in localeconv_r()
4187 *out++ = str[i];
4196 *out++ = '\0';
4205 vst1q_u8((uint8_t*)out, x);
4206 out += 16;
4219 *out++='\0';
4227 *out++ = *str++;
[all …]

Completed in 68 milliseconds

1...<<11121314151617181920