/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 36 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-src/ext/intl/tests/ |
H A D | collator_get_sort_key_variant7.phpt | 61 source: abc 63 source: abd 65 source: aaa 67 source: аа 69 source: а 71 source: z 73 source: 75 source: 3 77 source: y 79 source: i [all …]
|
H A D | collator_get_sort_key_variant_icu76_1.phpt | 60 source: abc 62 source: abd 64 source: aaa 66 source: аа 68 source: а 70 source: z 72 source: 74 source: 3 76 source: y 78 source: i [all …]
|
H A D | collator_get_sort_key_variant6.phpt | 60 source: abc 62 source: abd 64 source: aaa 66 source: аа 68 source: а 70 source: z 72 source: 74 source: 3 76 source: y 78 source: i [all …]
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0002-Track-implied-added-nodes-for-options-use-in-PHP.patch | 7 source/lexbor/html/tree.h | 3 +++ 8 source/lexbor/html/tree/insertion_mode/after_head.c | 1 + 9 source/lexbor/html/tree/insertion_mode/before_head.c | 2 ++ 10 source/lexbor/html/tree/insertion_mode/before_html.c | 2 ++ 13 diff --git a/source/lexbor/html/tree.h b/source/lexbor/html/tree.h 15 --- a/source/lexbor/html/tree.h 16 +++ b/source/lexbor/html/tree.h 27 diff --git a/source/lexbor/html/tree/insertion_mode/after_head.c b/source/lexbor/html/tree/insertio… 29 --- a/source/lexbor/html/tree/insertion_mode/after_head.c 39 diff --git a/source/lexbor/html/tree/insertion_mode/before_head.c b/source/lexbor/html/tree/inserti… [all …]
|
H A D | 0001-Expose-line-and-column-information-for-use-in-PHP.patch | 17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h 30 diff --git a/source/lexbor/html/token.h b/source/lexbor/html/token.h 32 --- a/source/lexbor/html/token.h 33 +++ b/source/lexbor/html/token.h 43 diff --git a/source/lexbor/html/tokenizer.c b/source/lexbor/html/tokenizer.c 92 diff --git a/source/lexbor/html/tokenizer.h b/source/lexbor/html/tokenizer.h 105 diff --git a/source/lexbor/html/tokenizer/state.h b/source/lexbor/html/tokenizer/state.h 118 diff --git a/source/lexbor/html/tree.c b/source/lexbor/html/tree.c 120 --- a/source/lexbor/html/tree.c 154 diff --git a/source/lexbor/html/tree/error.c b/source/lexbor/html/tree/error.c [all …]
|
H A D | 0004-Remove-unused-upper-case-tag-static-data.patch | 7 source/lexbor/tag/res.h | 2 ++ 8 source/lexbor/tag/tag.c | 2 ++ 11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h 13 --- a/source/lexbor/tag/res.h 14 +++ b/source/lexbor/tag/res.h 31 diff --git a/source/lexbor/tag/tag.c b/source/lexbor/tag/tag.c 33 --- a/source/lexbor/tag/tag.c 34 +++ b/source/lexbor/tag/tag.c
|
H A D | 0005-Shrink-size-of-static-binary-search-tree.patch | 8 source/lexbor/core/sbst.h | 10 +++++----- 9 source/lexbor/html/tokenizer/state.c | 2 +- 15 diff --git a/source/lexbor/core/sbst.h b/source/lexbor/core/sbst.h 17 --- a/source/lexbor/core/sbst.h 18 +++ b/source/lexbor/core/sbst.h 37 diff --git a/source/lexbor/html/tokenizer/state.c b/source/lexbor/html/tokenizer/state.c 39 --- a/source/lexbor/html/tokenizer/state.c 40 +++ b/source/lexbor/html/tokenizer/state.c 97 - "../../../source/lexbor/html/tokenizer_res.h", 98 + "../../../source/lexbor/html/tokenizer/res.h",
|
H A D | 0006-Patch-out-unused-CSS-style-code.patch | 7 source/lexbor/css/rule.h | 2 ++ 14 diff --git a/source/lexbor/css/rule.h b/source/lexbor/css/rule.h 16 --- a/source/lexbor/css/rule.h 17 +++ b/source/lexbor/css/rule.h 34 diff --git a/source/lexbor/html/interfaces/document.c b/source/lexbor/html/interfaces/document.c 36 --- a/source/lexbor/html/interfaces/document.c 37 +++ b/source/lexbor/html/interfaces/document.c 215 diff --git a/source/lexbor/html/interfaces/document.h b/source/lexbor/html/interfaces/document.h 235 diff --git a/source/lexbor/html/interfaces/element.c b/source/lexbor/html/interfaces/element.c 237 --- a/source/lexbor/html/interfaces/element.c [all …]
|
/php-src/ext/tokenizer/tests/ |
H A D | token_get_all_basic.phpt | 10 $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 D | token_get_all_variation18.phpt | 8 * 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-src/ext/bcmath/libbcmath/src/ |
H A D | convert.c | 24 char *bc_copy_and_toggle_bcd(char *restrict dest, const char *source, const char *source_end) in bc_copy_and_toggle_bcd() argument 31 while (source + sizeof(__m128i) <= source_end) { in bc_copy_and_toggle_bcd() 32 __m128i bytes = _mm_loadu_si128((const __m128i *) source); in bc_copy_and_toggle_bcd() 36 source += sizeof(__m128i); in bc_copy_and_toggle_bcd() 45 while (source + sizeof(size_t) <= source_end) { in bc_copy_and_toggle_bcd() 47 memcpy(&bytes, source, sizeof(bytes)); in bc_copy_and_toggle_bcd() 52 source += sizeof(size_t); in bc_copy_and_toggle_bcd() 56 while (source < source_end) { in bc_copy_and_toggle_bcd() 57 *dest = *source ^ '0'; in bc_copy_and_toggle_bcd() 59 source++; in bc_copy_and_toggle_bcd()
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_parse.c | 28 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 92 Z_PARAM_STRING(source, src_len) in PHP_FUNCTION() 131 msgfmt_do_parse(mfo, source, src_len, return_value); in PHP_FUNCTION()
|
/php-src/ext/standard/tests/file/ |
H A D | copy_variation2.phpt | 67 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 D | copy_variation14.phpt | 5 /* 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 D | copy_variation16.phpt | 28 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 D | copy_variation6.phpt | 26 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 D | copy_variation2-win32-mb.phpt | 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) 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 D | copy_variation2-win32.phpt | 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) 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 D | copy_variation1.phpt | 31 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 D | copy_variation16-win32.phpt | 28 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 D | copy_variation6-win32.phpt | 10 /* 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 …]
|
/php-src/ext/ffi/tests/ |
H A D | gh11934.phpt | 33 $source->cdata = $value; 35 $struct->field = $source; 50 $source->cdata = 2; 52 $struct->field = $source; 73 $source->foo = 123; 74 $source->bar = 456; 77 $struct->field = $source; 103 $source->cdata = 123; 105 $target->cdata = $source; 114 $source->cdata = 123; [all …]
|
/php-src/ext/sockets/tests/ |
H A D | mcast_ipv6_recv.phpt | 115 echo "blocking source\n"; 119 "source" => $sblock, 128 echo "unblocking source\n"; 132 "source" => $sblock, 155 "source" => $sblock, 166 "source" => $sblock, 179 "source" => $sblock, 211 blocking source 216 unblocking source 225 joining source group [all …]
|
H A D | mcast_ipv4_recv.phpt | 87 echo "blocking source\n"; 91 "source" => $sblock, 100 echo "unblocking source\n"; 104 "source" => $sblock, 123 echo "joining source group\n"; 127 "source" => $sblock, 138 "source" => $sblock, 180 blocking source 185 unblocking source 194 joining source group [all …]
|