Home
last modified time | relevance | path

Searched refs:rb (Results 1 – 25 of 142) sorted by relevance

123456

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c45 if (rb->me) { in ResourceBundle_object_free()
46 ures_close( rb->me ); in ResourceBundle_object_free()
48 if (rb->child) { in ResourceBundle_object_free()
67 rb->me = NULL; in ResourceBundle_object_create()
68 rb->child = NULL; in ResourceBundle_object_create()
72 return &rb->zend; in ResourceBundle_object_create()
96 if (rb->me) { in resourcebundle_ctor()
113 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
128 rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb))); in resourcebundle_ctor()
181 rb->child = ures_getByIndex( rb->me, meindex, rb->child, &INTL_DATA_ERROR_CODE(rb) ); in resourcebundle_array_fetch()
[all …]
H A Dresourcebundle_class.h38 #define RESOURCEBUNDLE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(ResourceBundle, rb)
39 …efine RESOURCEBUNDLE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_RESOURCEBUNDLE, rb)
41 INTL_METHOD_FETCH_OBJECT(INTL_RESOURCEBUNDLE, rb); \
42 if (RESOURCEBUNDLE_OBJECT(rb) == NULL) { \
47 #define RESOURCEBUNDLE_OBJECT(rb) (rb)->me argument
H A Dresourcebundle_iterator.c33 ResourceBundle_object *rb = iterator->subject; in resourcebundle_iterator_read() local
35 rb->child = ures_getByIndex( rb->me, iterator->i, rb->child, &icuerror ); in resourcebundle_iterator_read()
40 iterator->currentkey = estrdup( ures_getKey( rb->child ) ); in resourcebundle_iterator_read()
42 resourcebundle_extract_value( &iterator->current, rb ); in resourcebundle_iterator_read()
151 ResourceBundle_object *rb = Z_INTL_RESOURCEBUNDLE_P(object ); in resourcebundle_get_iterator() local
163 iterator->subject = rb; in resourcebundle_get_iterator()
168 iterator->is_table = (ures_getType( rb->me ) == URES_TABLE); in resourcebundle_get_iterator()
169 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-8.0/ext/standard/tests/file/
H A D007_variation17.phpt2 Test fopen and fclose() functions - usage variations - "rb" mode
6 /* Test fopen() and fclose(): Opening the file in "rb" mode,
18 echo "*** Test fopen() & fclose() functions: with 'rb' mode ***\n";
19 $file_handle = fopen($file, "rb"); //opening the file in "rb" mode
33 *** Test fopen() & fclose() functions: with 'rb' mode ***
H A Dpopen_pclose_error.phpt26 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
27 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
28 popen(): Argument #2 ($mode) must be one of "r", "rb", "w", or "wb"
H A Dbug30362.phpt6 $resource = fopen(__DIR__.'/bug30362.txt', 'rb');
H A Dfflush_variation4.phpt12 $file_modes = array("r", "rb", "rt");
44 -- Iteration 2 with file opened in rb mode --
H A Dfclose_variation1.phpt5 $s = fopen(__FILE__, "rb");
H A Dbug69100.phpt10 $fr = fopen($fileIn, 'rb');
/PHP-8.0/ext/phar/tests/
H A Dphar_stub.phpt22 $fp = fopen($fname, 'rb');
31 $fp = fopen($fname, 'rb');
40 $fp = fopen($fname2, 'rb');
46 $fp = fopen($fname, 'rb');
55 $fp = fopen($fname2, 'rb');
61 $fp = fopen($fname, 'rb');
70 $fp = fopen($fname, 'rb');
H A Dfopen_edgecases2.phpt21 $a = fopen($fname, 'rb');
28 $a = fopen("fopen_edgecases2.txt", "rb", false, $context);
/PHP-8.0/tests/output/
H A Dstream_isatty.inc7 'STDIN (fopen)' => fopen('php://stdin', 'rb'),
8 'STDIN (php://fd/0)' => fopen('php://fd/0', 'rb'),
18 'File stream' => $closeMe = fopen(__FILE__, 'rb'),
H A Dsapi_windows_vt100_support.inc30 'STDIN (fopen)' => fopen('php://stdin', 'rb'),
31 'STDIN (php://fd/0)' => fopen('php://fd/0', 'rb'),
41 'File stream' => $closeMe = fopen(__FILE__, 'rb'),
/PHP-8.0/ext/iconv/tests/
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');
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');
/PHP-8.0/ext/zip/tests/
H A Dstream_meta_data.phpt26 $fp = fopen('zip://' . __DIR__ . '/test_with_comment.zip#foo', 'rb');
46 string(2) "rb"
66 string(2) "rb"
/PHP-8.0/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
16 $fp = fopen("compress.zlib://". __DIR__. "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt8 $mode = 'rb';
30 string(2) "rb"
H A Dbug47997.phpt8 $in = fopen('data://text/plain,', 'rb+');
H A Dbug78506.phpt17 $source_resource = fopen('php://memory', 'rb+');
/PHP-8.0/ext/standard/tests/http/
H A Dbug43510.phpt18 foreach(array('r', 'rb') as $mode) {
30 string(2) "rb"
/PHP-8.0/ext/reflection/tests/
H A Dbug64936.phpt27 $rb = new ReflectionClass('B');
28 var_dump(strip_doc_comment($rb->getDocComment()));
/PHP-8.0/ext/standard/tests/filters/
H A Dbug73586.phpt20 $fin = fopen(__FILE__, 'rb');
41 $fin = fopen(__FILE__, 'rb');
/PHP-8.0/ext/exif/tests/
H A Dexif_thumbnail_streams.phpt10 $fp = fopen(__DIR__ . '/sony.jpg', 'rb');
H A Dexif_read_data_streams_seek.phpt10 $fp = fopen(__DIR__ . '/image027.tiff', 'rb');

Completed in 31 milliseconds

123456