Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 395) sorted by relevance

12345678910>>...16

/PHP-5.3/ext/date/tests/
H A Dmktime-3-64bit.phpt19 echo "out of range\n";
/PHP-5.3/ext/curl/tests/
H A Dbug48207.phpt16 // Figure out what handler to use
H A Dcurl_setopt_array_basic.phpt17 // Figure out what handler to use
/PHP-5.3/ext/pspell/
H A Dpspell.dsp56 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
57 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
83 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
/PHP-5.3/ext/xmlreader/
H A Dxmlreader.dsp56 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
83 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
84 …r32.lib gdi32.lib winspool.lib /nologo /dll /incremental:no /machine:I386 /out:"..\..\Release_TS/p…
/PHP-5.3/ext/xmlwriter/
H A Dxmlwriter.dsp56 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
57 …kernel32.lib user32.lib gdi32.lib winspool.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
84 …lib winspool.lib /nologo /dll /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS/php…
/PHP-5.3/ext/dba/
H A Ddba.dsp56 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
57 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
83 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
84 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.3/ext/gd/libgd/
H A Dgd_arc_f_buggy.c707 FILE *out;
726 out = fopen ("test/arctest.png", "wb");
727 if (!out)
732 gdImagePng (im, out);
733 fclose (out);
H A Dgd_topal.c1596 int in, out; local
1616 out = 0;
1617 for (in = 0; in < STEPSIZE; in++, out++)
1619 table[in] = out;
1620 table[-in] = -out;
1623 for (; in < STEPSIZE * 3; in++, out += (in & 1) ? 0 : 1)
1625 table[in] = out;
1626 table[-in] = -out;
1631 table[in] = out;
1632 table[-in] = -out;
/PHP-5.3/ext/standard/tests/file/
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/PHP-5.3/ext/imap/
H A DIMAP_Win32_HOWTO.txt13 Search for 'ERASE'. Comment out the line that contains the ERASE command.
/PHP-5.3/sapi/embed/
H A Dphp5embed.dsp52 # ADD LIB32 /nologo /out:"..\..\Debug_TS\php5embed.lib"
75 # ADD LIB32 /nologo /out:"..\..\Release_TS\php5embed.lib"
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c31 …efine php_sqlite_encode_binary(in, n, out) sqlite_encode_binary((const unsigned char *)in, n, (uns… argument
32 #define php_sqlite_decode_binary(in, out) sqlite_decode_binary((const unsigned char *)in, (unsig… argument
/PHP-5.3/build/
H A Dshtool1751 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1752 my_error=`grep -v '^ *+' $tmpfile.out`
1756 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1757 my_error=`grep -v '^ *+' $tmpfile.out`
1768 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1769 my_error=`grep -v '^ *+' $tmpfile.out`
1778 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1
/PHP-5.3/ext/session/tests/
H A Dsession_is_registered_variation2.phpt12 * Description : Find out whether a global variable is registered in a session
H A Dsession_is_registered_variation3.phpt12 * Description : Find out whether a global variable is registered in a session
/PHP-5.3/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt13 $ret = exec('mklink bug48746_tmp.lnk ' . __FILE__ .' 2>&1', $out);
/PHP-5.3/ext/gd/tests/
H A Dimagecolorstotal_error.phpt15 * Description: Find out the number of colors in an image's palette
/PHP-5.3/main/
H A Drfc1867.c740 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body() local
744 out = erealloc(out, total_bytes + read_bytes + 1); in multipart_buffer_read_body()
745 memcpy(out + total_bytes, buf, read_bytes); in multipart_buffer_read_body()
749 if (out) { in multipart_buffer_read_body()
750 out[total_bytes] = '\0'; in multipart_buffer_read_body()
754 return out; in multipart_buffer_read_body()
/PHP-5.3/ext/tidy/
H A Dtidy.c761 static int tidy_doc_cast_handler(zval *in, zval *out, int type TSRMLS_DC) in tidy_doc_cast_handler() argument
768 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
772 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
776 ZVAL_BOOL(out, TRUE); in tidy_doc_cast_handler()
783 ZVAL_STRINGL(out, (char*)output.bp, output.size ? output.size-1 : 0, TRUE); in tidy_doc_cast_handler()
794 static int tidy_node_cast_handler(zval *in, zval *out, int type TSRMLS_DC) in tidy_node_cast_handler() argument
801 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
805 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
809 ZVAL_BOOL(out, TRUE); in tidy_node_cast_handler()
818 ZVAL_STRINGL(out, (char*)buf.bp, buf.size ? buf.size-1 : 0, TRUE); in tidy_node_cast_handler()
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.c462 goto out; in php_mbregex_compile_pattern()
468 out: in php_mbregex_compile_pattern()
725 goto out; in _php_mb_regex_ereg_exec()
731 goto out; in _php_mb_regex_ereg_exec()
739 goto out; in _php_mb_regex_ereg_exec()
763 out: in _php_mb_regex_ereg_exec()
/PHP-5.3/ext/oci8/tests/
H A Darray_bind_001.phpt62 Warning: oci_bind_array_by_name(): OCI-21560: argument 3 is null, invalid, or out of range in %s on…
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_new_query.phpt69 [Callback 001 - 001] Cannot run query, [2014] Commands out of sync; you can't run this command now
/PHP-5.3/sapi/pi3web/
H A DREADME10 You should have checked out and built the PHP5 source package from the
/PHP-5.3/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt2 Check if deprecated API calls bail out

Completed in 84 milliseconds

12345678910>>...16