Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/tests/
H A Dbug79934.phpt28 string(6) "a\r\rb"
/PHP-7.4/docs/
H A Dstreams.md55 * `mode` is the stdio compatible mode eg: "wb", "rb" etc.
/PHP-7.4/ext/bz2/tests/
H A D002.phpt24 $fp = fopen("bz_open_002.txt", "rb");
/PHP-7.4/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt26 curl_setopt($ch, CURLOPT_READDATA, fopen($tempname, 'rb'));
/PHP-7.4/ext/exif/tests/
H A Dexif_read_data_streams.phpt10 $fp = fopen(__DIR__ . '/image027.tiff', 'rb');
H A Dexif_read_data_streams_seek.phpt10 $fp = fopen(__DIR__ . '/image027.tiff', 'rb');
H A Dexif_thumbnail_streams.phpt10 $fp = fopen(__DIR__ . '/sony.jpg', 'rb');
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch405 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
719 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
2953 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
/PHP-7.4/ext/gd/tests/
H A Dbug66590.phpt18 $stream = fopen($filename, 'rb');
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt242 array( 'X3Z.yb[Xt{t*C$.>=\'98PHJx0!KF<6DuI~%Dba|X^rb"wp@5', '26f61f52e18a413f' ),
/PHP-7.4/ext/iconv/tests/
H A Diconv_stream_filter.phpt9 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
H A Diconv_stream_filter_delimiter.phpt9 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
15 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
22 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
29 $fp = fopen(__DIR__.'/iconv_stream_filter.txt', 'rb');
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c46 if (rb->me) { in ResourceBundle_object_free()
47 ures_close( rb->me ); in ResourceBundle_object_free()
49 if (rb->child) { in ResourceBundle_object_free()
68 rb->me = NULL; in ResourceBundle_object_create()
69 rb->child = NULL; in ResourceBundle_object_create()
73 return &rb->zend; in ResourceBundle_object_create()
114 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
116 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
129 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
193 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
[all …]
H A Dresourcebundle_class.h40 #define RESOURCEBUNDLE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(ResourceBundle, rb)
41 …efine RESOURCEBUNDLE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_RESOURCEBUNDLE, rb)
43 INTL_METHOD_FETCH_OBJECT(INTL_RESOURCEBUNDLE, rb); \
44 if (RESOURCEBUNDLE_OBJECT(rb) == NULL) { \
45 intl_errors_set(&rb->error, U_ILLEGAL_ARGUMENT_ERROR, \
51 #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()
44 resourcebundle_extract_value( &iterator->current, rb ); in resourcebundle_iterator_read()
152 ResourceBundle_object *rb = Z_INTL_RESOURCEBUNDLE_P(object ); in resourcebundle_get_iterator() local
164 iterator->subject = rb; in resourcebundle_get_iterator()
169 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); in resourcebundle_get_iterator()
170 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c537 #define RMATCH(ra,rb)\ argument
540 Freturn_id = rb;\
542 L_##rb:;\
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar115 $fp = fopen(__FILE__, 'rb');
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-7.4/ext/phar/tests/
H A Dfopen.phpt11 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
H A Dfopen_edgecases2.phpt17 $a = fopen($fname, 'rb');
24 $a = fopen("fopen_edgecases2.txt", "rb", false, $context);
H A Dphar_createdefaultstub.phpt151 $fp = fopen(__FILE__, 'rb');
445 $fp = fopen(__FILE__, 'rb');
747 $fp = fopen(__FILE__, 'rb');

Completed in 58 milliseconds

123456