Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 433) sorted by path

12345678910>>...18

/PHP-5.5/ext/phar/
H A DTODO8 X implement writing out of metadata to new manifest [Marcus]
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc236 $b = substr($what, 0, $l); // strip out initial $l
H A Dpharcommand.inc122 .'pear command. When using \'0\' the command does not error out when the '
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt142 Cannot write out phar archive, phar is read-only
145 Cannot write out phar archive, phar is read-only
H A Dmounteddir.phpt47 $out = array();
49 $out[] = $b;
51 sort($out);
52 foreach ($out as $b) {
55 $out = array();
57 $out[] = $b->getPathName();
59 sort($out);
60 foreach ($out as $b) {
H A DmounteddirU.phpt47 $out = array();
49 $out[] = $b;
51 sort($out);
52 foreach ($out as $b) {
55 $out = array();
57 $out[] = $b->getPathName();
59 sort($out);
60 foreach ($out as $b) {
H A Dphar_buildfromiterator1.phpt27 Cannot write out phar archive, phar is read-only
H A Dphar_convert_again.phpt192 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
193 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
H A Dphar_convert_repeated_b.phpt109 Cannot write out executable phar archive, phar is read-only
117 Cannot write out executable phar archive, phar is read-only
H A Dphar_extract.phpt23 $out = array();
26 $out[] = $p;
29 sort($out);
31 foreach ($out as $b) {
H A Dphar_extract2.phpt24 $out = array();
32 foreach ($extracted as $out) {
33 echo "$out\n";
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out
/PHP-5.5/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.5/ext/session/
H A Dsession.c249 static char *bin_to_readable(char *in, size_t inlen, char *out, char nbits) /* {{{ */ in bin_to_readable() argument
277 *out++ = hexconvtab[w & mask]; in bin_to_readable()
282 *out = '\0'; in bin_to_readable()
283 return out; in bin_to_readable()
/PHP-5.5/ext/session/tests/
H A Dbug72562.phpt30 $out = '';
32 $out .= chr($ptr & 0xff);
35 return $out;
/PHP-5.5/ext/shmop/
H A DREADME11 out the format of sysvshm we decided that it would be much easier to
H A Dshmop.dsp56 … oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
82 …32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/skeleton/
H A Dskeleton.dsp57 …ib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
84 …d.lib odbc32.lib odbccp32.lib php5ts_debug.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/snmp/
H A Dsnmp.dsp57 …dbccp32.lib php5ts.lib libsnmp.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS/p…
84 …2.lib php5ts_debug.lib libsnmp.lib wsock32.lib /nologo /dll /machine:I386 /out:"..\..\Debug_TS/php…
/PHP-5.5/ext/snmp/tests/
H A Dbug72479.phpt11 $out = unserialize($poc);
22 var_dump($out[1]);
26 $out = '';
28 $out .= chr($ptr & 0xff);
31 return $out;
/PHP-5.5/ext/soap/
H A DTODO.old9 look to see if php-soap will work with out always_populate_raw_post_data on
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 …]
H A Dphp_sdl.c1836 WSDL_CACHE_PUT_INT(0,out); in sdl_serialize_type_ref()
1907 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_int()
1911 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_int()
1918 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_resriction_char()
1922 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_resriction_char()
1942 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
1971 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2011 WSDL_CACHE_PUT_1(1, out); in sdl_serialize_type()
2014 WSDL_CACHE_PUT_1(0, out); in sdl_serialize_type()
2113 smart_str *out = &buf; in add_sdl_to_cache() local
[all …]
H A Dphp_soap.dsp56 … php5ts.lib libxml2.lib wsock32.lib resolv.lib /nologo /dll /machine:I386 /out:"..\..\Release_TS\p…
82 ….lib libxml2.lib wsock32.lib resolv.lib /nologo /dll /debug /machine:I386 /out:"..\..\Debug_TS\php…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug36908.phpt46 …mlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:addResponse><out xsi:type="xsd:string">9</out></ns1…

Completed in 50 milliseconds

12345678910>>...18