Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 205) sorted by relevance

123456789

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.c36 restype = ures_getType( source->child ); in resourcebundle_extract_value()
40 ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
41 INTL_METHOD_CHECK_STATUS(source, "Failed to retrieve string value"); in resourcebundle_extract_value()
42 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value()
46 bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
47 INTL_METHOD_CHECK_STATUS(source, "Failed to retrieve binary value"); in resourcebundle_extract_value()
52 lfield = ures_getInt( source->child, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
58 vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value()
70 newrb->me = source->child; in resourcebundle_extract_value()
71 source->child = NULL; in resourcebundle_extract_value()
[all …]
/PHP-8.0/ext/intl/tests/
H A Dcollator_get_sort_key_variant7.phpt59 source: abc
61 source: abd
65 source: аа
67 source: а
69 source: z
71 source:
73 source:
75 source: 3
77 source: y
79 source: i
[all …]
H A Dcollator_get_sort_key.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
H A Dcollator_get_sort_key_variant2.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
H A Dcollator_get_sort_key_variant3.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
H A Dcollator_get_sort_key_variant4.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
H A Dcollator_get_sort_key_variant5.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
H A Dcollator_get_sort_key_variant6.phpt60 source: abc
62 source: abd
66 source: аа
68 source: а
70 source: z
72 source:
74 source:
76 source: 3
78 source: y
80 source: i
[all …]
/PHP-8.0/ext/tokenizer/tests/
H A Dtoken_get_all_basic.phpt10 $source = '<?php echo "Hello World"; ?>';
11 echo "-- source string with PHP open and close tags --\n";
12 var_dump( token_get_all($source) );
15 $source = "echo 'Hello World';";
16 echo "-- source string without PHP open and close tags --\n";
17 var_dump( token_get_all($source) );
23 -- source string with PHP open and close tags --
82 -- source string without PHP open and close tags --
H A Dtoken_get_all_variation18.phpt8 * Testing token_get_all() with source string containing HTML code with PHP
12 echo "*** Testing token_get_all() : 'source' string with HTML tags ***\n";
14 $source = '
24 var_dump( token_get_all($source));
29 *** Testing token_get_all() : 'source' string with HTML tags ***
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_parse.c28 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse() argument
36 intl_convert_utf8_to_utf16(&usource, &usrc_len, source, src_len, &INTL_DATA_ERROR_CODE(mfo)); in msgfmt_do_parse()
56 char *source; in PHP_FUNCTION() local
63 &object, MessageFormatter_ce_ptr, &source, &source_len ) == FAILURE ) in PHP_FUNCTION()
71 msgfmt_do_parse(mfo, source, source_len, return_value); in PHP_FUNCTION()
84 char *source = NULL; in PHP_FUNCTION() local
91 &slocale, &slocale_len, &pattern, &pattern_len, &source, &src_len ) == FAILURE ) in PHP_FUNCTION()
132 msgfmt_do_parse(mfo, source, src_len, return_value); in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/file/
H A Dcopy_variation2.phpt67 echo "Size of source file => ";
95 Size of source file => int(1500)
102 Size of source file => int(1500)
109 Size of source file => int(1500)
116 Size of source file => int(1500)
123 Size of source file => int(1500)
130 Size of source file => int(1500)
137 Size of source file => int(1500)
144 Size of source file => int(1500)
151 Size of source file => int(1500)
[all …]
H A Dcopy_variation14.phpt5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
6 and an existing source in non-existing destination */
10 echo "*** Test copy() function: Trying to create a copy of non-existing source in existing destinat…
16 …opy($file_path."/nosuchfile.tmp", $file_path."/copy_nosuchfile.tmp") ); //With non-existing source
19 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
22 var_dump( filesize($file) ); //size of the source
31 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
36 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
H A Dcopy_variation16.phpt28 echo "- Size of source file => ";
48 echo "Size of source file => ";
79 - Size of source file => int(3500)
83 Size of source file => int(3500)
90 Size of source file => int(3500)
97 Size of source file => int(3500)
104 Size of source file => int(3500)
111 Size of source file => int(3500)
118 Size of source file => int(3500)
125 Size of source file => int(3500)
[all …]
H A Dcopy_variation6.phpt26 echo "Size of source file => ";
56 echo "Size of source file => ";
78 Size of source file => int(0)
85 Size of source file => int(0)
92 Size of source file => int(0)
99 Size of source file => int(0)
106 Size of source file => int(0)
113 Size of source file => int(0)
120 Size of source file => int(0)
127 Size of source file => int(0)
[all …]
H A Dcopy_variation2-win32-mb.phpt94 Size of source file => int(1500)
101 Size of source file => int(1500)
108 Size of source file => int(1500)
115 Size of source file => int(1500)
134 Size of source file => int(1500)
141 Size of source file => int(1500)
148 Size of source file => int(1500)
161 Size of source file => int(1500)
168 Size of source file => int(1500)
175 Size of source file => int(1500)
[all …]
H A Dcopy_variation2-win32.phpt94 Size of source file => int(1500)
101 Size of source file => int(1500)
108 Size of source file => int(1500)
115 Size of source file => int(1500)
134 Size of source file => int(1500)
141 Size of source file => int(1500)
148 Size of source file => int(1500)
161 Size of source file => int(1500)
168 Size of source file => int(1500)
175 Size of source file => int(1500)
[all …]
H A Dcopy_variation1.phpt31 echo "Size of the source file before copy operation => ";
52 echo "Size of source file => ";
80 Size of source file => int(1500)
87 Size of source file => int(1500)
94 Size of source file => int(1500)
101 Size of source file => int(1500)
108 Size of source file => int(1500)
115 Size of source file => int(1500)
122 Size of source file => int(1500)
129 Size of source file => int(1500)
[all …]
H A Dcopy_variation16-win32.phpt28 echo "- Size of source file => ";
48 echo "Size of source file => ";
80 - Size of source file => int(3500)
84 Size of source file => int(3500)
91 Size of source file => int(3500)
98 Size of source file => int(3500)
105 Size of source file => int(3500)
112 Size of source file => int(3500)
119 Size of source file => int(3500)
126 Size of source file => int(3500)
[all …]
H A Dcopy_variation6-win32.phpt10 /* Test copy() function: Trying to create copy of source file
26 echo "Size of source file => ";
57 echo "Size of source file => ";
80 Size of source file => int(0)
87 Size of source file => int(0)
94 Size of source file => int(0)
101 Size of source file => int(0)
108 Size of source file => int(0)
115 Size of source file => int(0)
122 Size of source file => int(0)
[all …]
H A Dcopy_variation3.phpt33 echo "Size of the source file before copy operation => ";
37 echo "\n-- Now applying copy() on source file to create copies --";
54 echo "Size of source file => ";
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
82 Size of source file => int(1500)
89 Size of source file => int(1500)
96 Size of source file => int(1500)
103 Size of source file => int(1500)
/PHP-8.0/ext/opcache/
H A Dzend_shared_alloc.h136 void *zend_shared_memdup_get_put_free(void *source, size_t size);
137 void *zend_shared_memdup_put_free(void *source, size_t size);
138 void *zend_shared_memdup_free(void *source, size_t size);
139 void *zend_shared_memdup_get_put(void *source, size_t size);
140 void *zend_shared_memdup_put(void *source, size_t size);
141 void *zend_shared_memdup(void *source, size_t size);
142 void *zend_shared_memdup_arena_put(void *source, size_t size);
143 void *zend_shared_memdup_arena(void *source, size_t size);
H A Dzend_shared_alloc.c364 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size() argument
367 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size()
384 key = (zend_ulong)source; in _zend_shared_memdup()
398 memcpy(retval, source, size); in _zend_shared_memdup()
401 key = (zend_ulong)source; in _zend_shared_memdup()
407 efree(source); in _zend_shared_memdup()
414 return _zend_shared_memdup(source, size, 0, 1, 1, 1); in zend_shared_memdup_get_put_free()
419 return _zend_shared_memdup(source, size, 0, 0, 1, 1); in zend_shared_memdup_put_free()
424 return _zend_shared_memdup(source, size, 0, 0, 0, 1); in zend_shared_memdup_free()
429 return _zend_shared_memdup(source, size, 0, 1, 1, 0); in zend_shared_memdup_get_put()
[all …]
/PHP-8.0/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt112 echo "blocking source\n";
116 "source" => $sblock,
125 echo "unblocking source\n";
129 "source" => $sblock,
152 "source" => $sblock,
163 "source" => $sblock,
176 "source" => $sblock,
208 blocking source
213 unblocking source
222 joining source group
[all …]
/PHP-8.0/Zend/
H A Dzend_ts_hash.c235 begin_read(source); in zend_ts_hash_copy()
237 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy()
239 end_read(source); in zend_ts_hash_copy()
244 begin_read(source); in zend_ts_hash_copy_to_hash()
245 zend_hash_copy(target, TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy_to_hash()
246 end_read(source); in zend_ts_hash_copy_to_hash()
251 begin_read(source); in zend_ts_hash_merge()
253 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, overwrite); in zend_ts_hash_merge()
255 end_read(source); in zend_ts_hash_merge()
260 begin_read(source); in zend_ts_hash_merge_ex()
[all …]

Completed in 62 milliseconds

123456789