Home
last modified time | relevance | path

Searched refs:rb (Results 1 – 25 of 145) sorted by path

123456

/PHP-5.5/
H A DREADME.STREAMS54 mode is the stdio compatible mode eg: "wb", "rb" etc.
/PHP-5.5/ext/bz2/tests/
H A D002.phpt24 $fp = fopen("bz_open_002.txt", "rb");
/PHP-5.5/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt26 curl_setopt($ch, CURLOPT_READDATA, fopen($tempname, 'rb'));
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch311 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
313 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
606 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
608 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
2457 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
2459 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
/PHP-5.5/ext/iconv/tests/
H A Diconv_stream_filter.phpt9 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
H A Diconv_stream_filter_delimiter.phpt9 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
29 $fp = fopen(dirname(__FILE__).'/iconv_stream_filter.txt', 'rb');
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c45 if (rb->me) { in ResourceBundle_object_destroy()
46 ures_close( rb->me ); in ResourceBundle_object_destroy()
48 if (rb->child) { in ResourceBundle_object_destroy()
69 rb->me = NULL; in ResourceBundle_object_create()
70 rb->child = NULL; in ResourceBundle_object_create()
109 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
111 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
124 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
176 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
179 rb->child = ures_getByKey(rb->me, mekey, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
[all …]
H A Dresourcebundle_class.h35 #define RESOURCEBUNDLE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(ResourceBundle, rb)
36 #define RESOURCEBUNDLE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(ResourceBundle, rb)
38 INTL_METHOD_FETCH_OBJECT(ResourceBundle, rb); \
39 if (RESOURCEBUNDLE_OBJECT(rb) == NULL) { \
40 intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, \
46 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me argument
H A Dresourcebundle_iterator.c35 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read() local
37 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
42 iterator->currentkey = estrdup( ures_getKey( rb->child ) ); in resourcebundle_iterator_read()
45 resourcebundle_extract_value( iterator->current, rb TSRMLS_CC ); in resourcebundle_iterator_read()
155 …ResourceBundle_object *rb = (ResourceBundle_object *) zend_object_store_get_object( object TSRML… in resourcebundle_get_iterator() local
166 iterator->subject = rb; in resourcebundle_get_iterator()
171 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); in resourcebundle_get_iterator()
172 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle.build33 // passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/re…
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY140 2006/11/27: [impl] change tool/unicode_fc.rb to see CaseFolding.txt.
169 2006/11/07: [dist] remove test.rb, testconv.rb and testconvu.rb.
221 2006/10/18: [dev] add too/unicode_fc.rb, unicode_pc.rb.
505 2005/12/29: [dist] change pmatch array size to 25 in testconv.rb.
506 2005/12/26: [dist] fix name in test.rb.
558 2005/08/22: [impl] fix testconvu.rb.
792 2004/11/29: [dist] add -s option (silent mode) to test.rb.
1327 2003/11/18: [dist] change testconv.rb.
1526 2003/06/25: [dist] modify testconv.rb.
1722 2003/02/26: [impl] add -win option to testconv.rb.
[all …]
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile69 test.rb testconv.rb
146 $(RUBYDIR)\win32\ruby -w -Ke test.rb
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_filters.phpt28 $fp = fopen($secretfile, 'rb');
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2258 "r") to fopen(pathname, "rb"), which fixed a problem with some of the tests
4336 5. Changed "r" and "w" in the calls to fopen() in pcretest to "rb" and "wb"
H A Dpcre_exec.c323 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
335 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
349 #define RMATCH(ra,rb,rc,rd,re,rw)\ argument
361 newframe->Xecode = rb;\
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput21964 a\rb
1987 a\rb
1998 a\rb
2008 a\rb
2073 a\rb
2289 a\rb
2294 a\rb
2301 a\rb
2307 a\rb
2322 a\rb
[all …]
H A Dtestinput5179 a\rb
187 a\n\rb
192 a\rb
197 a\n\rb
202 a\rb
207 a\n\rb
214 a\n\rb
266 a\rb
274 a\rb
284 a\rb
[all …]
H A Dtestinput81898 a\rb
4144 a\rb
4160 a\rb
4171 a\rb
4181 a\rb
4193 a\n\rb
4313 a\rb
4321 a\rb
4331 a\rb
4339 a\rb
[all …]
H A Dtestinput9544 a\rb
552 a\n\rb
557 a\rb
562 a\n\rb
567 a\rb
572 a\n\rb
579 a\n\rb
628 a\rb
636 a\rb
646 a\rb
[all …]
H A Dtestoutput27909 a\rb
7958 a\rb
7978 a\rb
7996 a\rb
8120 a\rb
8873 a\rb
8881 a\rb
8893 a\rb
8903 a\rb
8938 a\rb
[all …]
H A Dtestoutput5657 a\rb
673 a\n\rb
681 a\rb
691 a\n\rb
699 a\rb
709 a\n\rb
721 a\n\rb
837 a\rb
855 a\rb
877 a\rb
[all …]
H A Dtestoutput82854 a\rb
6518 a\rb
6556 a\rb
6576 a\rb
6594 a\rb
6616 a\n\rb
6819 a\rb
6837 a\rb
6859 a\rb
6877 a\rb
[all …]
H A Dtestoutput9970 a\rb
986 a\n\rb
994 a\rb
1004 a\n\rb
1012 a\rb
1022 a\n\rb
1034 a\n\rb
1124 a\rb
1142 a\rb
1164 a\rb
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');

Completed in 137 milliseconds

123456