Home
last modified time | relevance | path

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

123456

/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/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.phpt17 $a = fopen($fname, 'rb');
24 $a = fopen("fopen_edgecases2.txt", "rb", false, $context);
/PHP-7.4/ext/standard/tests/file/
H A D007_variation17.phpt2 Test fopen and fclose() functions - usage variations - "rb" mode
17 /* Test fopen() and fclose(): Opening the file in "rb" mode,
29 echo "*** Test fopen() & fclose() functions: with 'rb' mode ***\n";
30 $file_handle = fopen($file, "rb"); //opening the file in "rb" mode
44 *** Test fopen() & fclose() functions: with 'rb' mode ***
H A Dbug30362.phpt6 $resource = fopen(__DIR__.'/bug30362.txt', 'rb');
H A Dfflush_variation4.phpt15 $file_modes = array("r", "rb", "rt");
47 -- 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');
H A Dbug81145.phpt35 $f1 = fopen($src,'rb') or die("src open failed");
36 $f2 = fopen($dst,'rb') or die("dst open failed");
/PHP-7.4/tests/output/
H A Dstream_isatty.inc7 'STDIN (fopen)' => fopen('php://stdin', 'rb'),
8 'STDIN (php://fd/0)' => fopen('php://fd/0', 'rb'),
19 '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'),
42 'File stream' => $closeMe = fopen(__FILE__, 'rb'),
/PHP-7.4/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-7.4/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-7.4/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-7.4/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-7.4/ext/standard/tests/http/
H A Dbug43510.phpt18 foreach(array('r', 'rb') as $mode) {
30 string(2) "rb"
/PHP-7.4/ext/reflection/tests/
H A Dbug64936.phpt27 $rb = new ReflectionClass('B');
28 var_dump(strip_doc_comment($rb->getDocComment()));
/PHP-7.4/ext/standard/tests/filters/
H A Dbug73586.phpt20 $fin = fopen(__FILE__, 'rb');
41 $fin = fopen(__FILE__, 'rb');
/PHP-7.4/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 83 milliseconds

123456