Home
last modified time | relevance | path

Searched refs:out (Results 326 – 350 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc.dsp56 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
82 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
/PHP-5.5/ext/gd/
H A Dgd.dsp57 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
59 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
87 …dbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php…
89 …dbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/standard/
H A Dphp_string.h118 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Darray.c2990 goto out; in php_array_intersect_key()
3029 out: in php_array_intersect_key()
3155 goto out; in php_array_intersect()
3264 goto out; in php_array_intersect()
3280 goto out; in php_array_intersect()
3293 out: in php_array_intersect()
3408 goto out; in php_array_diff_key()
3447 out: in php_array_diff_key()
3572 goto out; in php_array_diff()
3677 goto out; in php_array_diff()
[all …]
/PHP-5.5/sapi/caudium/
H A Dconfig.m432 AC_MSG_ERROR(Failed to figure out Pike module and include directories)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt27 echo "\n-- Checking with out of character's range, given in binary format --\n";
807 -- 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',
595 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
605 string(7) "hid:out"
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI70 Don't load mod_php, by the way. Make sure it is commented out!
114 Be sure to run the php binary as an appropriate userid. Also, firewall out
H A Dcgi_main.c2122 goto out;
2184 goto out;
2204 goto out;
2238 goto out;
2568 out:
/PHP-5.5/ext/hash/
H A Dhash.c207 static inline void php_hash_string_xor_char(unsigned char *out, const unsigned char *in, const unsi… in php_hash_string_xor_char() argument
210 out[i] = in[i] ^ xor_with; in php_hash_string_xor_char()
214 static inline void php_hash_string_xor(unsigned char *out, const unsigned char *in, const unsigned … in php_hash_string_xor() argument
217 out[i] = in[i] ^ xor_with[i]; in php_hash_string_xor()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c698 xmlBufferPtr out = xmlBufferCreate(); in to_zval_string() local
702 ZVAL_STRING(ret, (char*)xmlBufferContent(out), 1); in to_zval_string()
706 xmlBufferFree(out); in to_zval_string()
732 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringr() local
736 ZVAL_STRING(ret, (char*)xmlBufferContent(out), 1); in to_zval_stringr()
740 xmlBufferFree(out); in to_zval_stringr()
766 xmlBufferPtr out = xmlBufferCreate(); in to_zval_stringc() local
774 xmlBufferFree(out); in to_zval_stringc()
894 xmlBufferPtr out = xmlBufferCreate(); in to_xml_string() local
899 str = estrdup((char*)xmlBufferContent(out)); in to_xml_string()
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_variables.phpt11 //$debug = true; // Uncomment this line to view error/warning/notice message in *.out file
/PHP-5.5/main/
H A Dphp_output.h104 php_output_buffer out; member
/PHP-5.5/ext/dom/
H A Ddom.dsp57 …d.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /machine:I386 /out:"..\..\Release_TS/p…
85 …/nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS\php…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_seek.phpt74 /* intentionally out of range! */
H A Dmysqli_multi_query.phpt156 [009] [2014] Commands out of sync; you can't run this command now
/PHP-5.5/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-5.5/
H A DREADME.TESTING88 ext/myext/tests/myext.out - output from test script (O)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
/PHP-5.5/ext/odbc/
H A Dconfig.m412 dnl Figure out which library file to link with for the Solid support.
59 # we have an error and should bail out, as we can't find the libs!
78 dnl Figure out which library file to link with for the Empress support.
/PHP-5.5/ext/standard/tests/file/
H A Dumask_variation3.phpt59 //out of boundary integers
/PHP-5.5/ext/ftp/
H A Dftp.c1445 char out[INET6_ADDRSTRLEN]; in ftp_getdata() local
1446 inet_ntop(AF_INET6, &((struct sockaddr_in6*) sa)->sin6_addr, out, sizeof(out)); in ftp_getdata()
1447 …snprintf(eprtarg, sizeof(eprtarg), "|2|%s|%hu|", out, ntohs(((struct sockaddr_in6 *) &addr)->sin6_… in ftp_getdata()
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null
27 $outFile = "mailBasic.out";
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1163 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1180 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1774 rm -f conftest.frag conftest.in conftest.out
/PHP-5.5/build/
H A Dlibtool.m4571 # Find out which ABI we are using.
586 # Find out which ABI we are using.
620 # Find out which ABI we are using.
688 # Find out which ABI we are using.
1145 mkdir out
1160 cat out/conftest.err >&5
1167 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1168 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1176 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1177 $rm out/* && rmdir out
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput18102 /-- This one is here because Perl gives out a grumbly error message (quite

Completed in 88 milliseconds

1...<<1112131415161718