Home
last modified time | relevance | path

Searched refs:from (Results 26 – 50 of 1543) sorted by relevance

12345678910>>...62

/PHP-7.0/ext/reflection/tests/
H A DReflectionProperty_constructor_variation1.phpt30 echo "--> Reflect inherited private from global scope:\n";
38 echo "\n\n--> Reflect inherited private from declaring scope:\n";
41 echo "\n\n--> Reflect inherited private from declaring scope via subclass:\n";
44 echo "\n\n--> Reflect inherited private from subclass:\n";
48 --> Reflect inherited private from global scope:
51 --> Reflect inherited private from declaring scope:
54 --> Reflect inherited private from declaring scope via subclass:
57 --> Reflect inherited private from subclass:
H A DReflectionClass_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
28 string(12) "hello from C"
31 string(12) "hello from C"
34 string(12) "hello from C"
37 string(12) "hello from F"
H A DReflectionObject_getConstants_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
30 string(12) "hello from C"
35 string(12) "hello from C"
40 string(12) "hello from C"
45 string(12) "hello from F"
H A DReflectionObject_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
28 string(12) "hello from C"
31 string(12) "hello from C"
34 string(12) "hello from C"
37 string(12) "hello from F"
/PHP-7.0/ext/standard/tests/file/
H A Dfread_variation3-win32.phpt127 Reading 10 bytes from file, expecting 0 bytes ... OK
141 Reading 10 bytes from file, expecting 0 bytes ... OK
155 Reading 10 bytes from file, expecting 0 bytes ... OK
169 Reading 10 bytes from file, expecting 0 bytes ... OK
183 Reading 10 bytes from file, expecting 0 bytes ... OK
197 Reading 10 bytes from file, expecting 0 bytes ... OK
211 Reading 10 bytes from file, expecting 0 bytes ... OK
225 Reading 10 bytes from file, expecting 0 bytes ... OK
239 Reading 10 bytes from file, expecting 0 bytes ... OK
255 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation3.phpt127 Reading 10 bytes from file, expecting 0 bytes ... OK
141 Reading 10 bytes from file, expecting 0 bytes ... OK
155 Reading 10 bytes from file, expecting 0 bytes ... OK
169 Reading 10 bytes from file, expecting 0 bytes ... OK
183 Reading 10 bytes from file, expecting 0 bytes ... OK
197 Reading 10 bytes from file, expecting 0 bytes ... OK
211 Reading 10 bytes from file, expecting 0 bytes ... OK
225 Reading 10 bytes from file, expecting 0 bytes ... OK
239 Reading 10 bytes from file, expecting 0 bytes ... OK
255 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation4-win32.phpt124 Reading 10 bytes from file, expecting 0 bytes ... OK
137 Reading 10 bytes from file, expecting 0 bytes ... OK
150 Reading 10 bytes from file, expecting 0 bytes ... OK
163 Reading 10 bytes from file, expecting 0 bytes ... OK
176 Reading 10 bytes from file, expecting 0 bytes ... OK
189 Reading 10 bytes from file, expecting 0 bytes ... OK
202 Reading 10 bytes from file, expecting 0 bytes ... OK
215 Reading 10 bytes from file, expecting 0 bytes ... OK
228 Reading 10 bytes from file, expecting 0 bytes ... OK
243 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation4.phpt124 Reading 10 bytes from file, expecting 0 bytes ... OK
137 Reading 10 bytes from file, expecting 0 bytes ... OK
150 Reading 10 bytes from file, expecting 0 bytes ... OK
163 Reading 10 bytes from file, expecting 0 bytes ... OK
176 Reading 10 bytes from file, expecting 0 bytes ... OK
189 Reading 10 bytes from file, expecting 0 bytes ... OK
202 Reading 10 bytes from file, expecting 0 bytes ... OK
215 Reading 10 bytes from file, expecting 0 bytes ... OK
228 Reading 10 bytes from file, expecting 0 bytes ... OK
243 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation1.phpt83 // read from file, by giving the file actual size,
115 Reading 1024 bytes from file, expecting 1024 bytes ... OK
122 Reading 1000 bytes from file, expecting 1000 bytes ... OK
130 Reading 1024 bytes from file, expecting 1024 bytes ... OK
137 Reading 1000 bytes from file, expecting 1000 bytes ... OK
145 Reading 1024 bytes from file, expecting 1024 bytes ... OK
152 Reading 1000 bytes from file, expecting 1000 bytes ... OK
160 Reading 1024 bytes from file, expecting 1024 bytes ... OK
167 Reading 1000 bytes from file, expecting 1000 bytes ... OK
175 Reading 1024 bytes from file, expecting 1024 bytes ... OK
[all …]
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregext.c95 conv_encoding(OnigEncoding from, OnigEncoding to, const UChar* s, const UChar* end, in conv_encoding() argument
101 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding()
108 else if (from == ONIG_ENCODING_UTF16_LE) { in conv_encoding()
118 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding()
125 else if (from == ONIG_ENCODING_UTF16_BE) { in conv_encoding()
130 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding()
137 else if (from == ONIG_ENCODING_UTF32_LE) { in conv_encoding()
147 if (from == ONIG_ENCODING_ASCII || from == ONIG_ENCODING_ISO_8859_1) { in conv_encoding()
154 else if (from == ONIG_ENCODING_UTF32_BE) { in conv_encoding()
/PHP-7.0/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt78 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
83 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
88 Warning: base_convert(): Invalid `from base' (-1) in %s on line %d
116 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
121 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
126 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
131 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
136 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
141 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
146 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
[all …]
/PHP-7.0/tests/lang/
H A D024.phpt540 $j should go from 3 to 4, and $q should go from 3 to 4
556 $j should go from 3 to 4, and $q should go from 3 to 4
572 $j should go from 3 to 4, and $q should go from 3 to 4
765 $j should go from 3 to 4, and $q should go from 3 to 4
781 $j should go from 3 to 4, and $q should go from 3 to 4
797 $j should go from 3 to 4, and $q should go from 3 to 4
990 $j should go from 3 to 4, and $q should go from 3 to 4
1006 $j should go from 3 to 4, and $q should go from 3 to 4
1022 $j should go from 3 to 4, and $q should go from 3 to 4
1215 $j should go from 3 to 4, and $q should go from 3 to 4
[all …]
H A DforeachLoop.011.phpt2 Changing from an interable type to a non iterable type during the iteration
5 echo "\nChange from array to non iterable:\n";
13 echo "\nChange from object to non iterable:\n";
26 Change from array to non iterable:
31 Change from object to non iterable:
/PHP-7.0/ext/intl/
H A Dintl_convertcpp.cpp59 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString() argument
63 if (from.isBogus()) { in intl_charFromString()
69 int32_t capacity = from.length() * 3; in intl_charFromString()
71 if (from.isEmpty()) { in intl_charFromString()
77 const UChar *utf16buf = from.getBuffer(); in intl_charFromString()
79 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/PHP-7.0/ext/intl/tests/
H A Dgrapheme.phpt105 $res_str .= " from $test[2]";
169 $res_str .= " from $test[2]";
235 $res_str .= " from $test[2]";
300 $res_str .= " from $test[2]";
795 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
797 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
813 find "ab" in "abc" - grapheme_strpos from 0 = 0 == 0
814 find "abc" in "abc" - grapheme_strpos from 0 = 0 == 0
836 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0
852 find "ab" in "ABc" - grapheme_stripos from 0 = 0 == 0
[all …]
/PHP-7.0/Zend/tests/generators/
H A Dyield_from_force_closed.phpt2 Cannot "yield from" from force closed generator
14 yield from gen1();
17 yield from gen1();
34 Error: Cannot use "yield from" in a force-closed generator in %s:%d
H A Dbug74954.phpt2 Bug #74954 (crash after update of generator yielding from finished generator)
6 function from() {
13 var_dump(yield from $gen);
17 $gen = from();
36 #0 %s(%d): from()
41 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
H A Dyield_from_backtrace.phpt2 Exceptions in linear yield from setup
5 function from($off) {
14 yield from from(2);
33 #0 from(2) called at [%s:%d]
43 #0 from(2) called at [%s:%d]
H A Dmultiple_yield_from_on_same_generator.phpt2 Multiple yield from on a same Generator instance
9 var_dump(yield from gen($a + 1));
16 var_dump(yield from $gen);
19 /* Twice a Generator from bar() using yield from on $gen */
H A Dmutli_yield_from_with_exception.phpt2 Multiple yield from on a same Generator throwing an Exception
5 function from() {
12 var_dump(yield from $gen);
16 $gen = from();
38 #0 %s(%d): from()
44 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
/PHP-7.0/tests/classes/
H A Dconstants_basic_003.phpt16 const MY_CONST = "hello from C";
25 string(12) "hello from A"
26 string(12) "hello from C"
27 string(12) "hello from A"
28 string(12) "hello from C"
/PHP-7.0/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
12 $from = "k";
22 var_dump( convert_cyr_string($str, $from) );
25 var_dump( convert_cyr_string($str, $from, $to, $extra_arg) );
27 echo "\n-- Testing convert_cyr_string() function with invalid 'from' character set --\n";
31 var_dump(bin2hex( convert_cyr_string($str, $from, "?")) );
33 echo "\n-- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --\n";
56 -- Testing convert_cyr_string() function with invalid 'from' character set --
66 -- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --
/PHP-7.0/ext/bz2/tests/
H A D003.txt.bz2
/PHP-7.0/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt92 // Fetch from PL/SQL
97 echo "Fetch Row from PL/SQL\n";
101 // Fetch from PHP
102 echo "Fetch Row from PHP\n";
112 // Fetch from PHP
117 echo "Fetch Row from PHP\n";
125 // Fetch from PL/SQL
162 Fetch Row from PL/SQL
165 Fetch Row from PHP
173 Fetch Row from PHP
[all …]
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt28 Received: from localhost (localhost [127.0.0.1]) by localhost
31 (envelope-from example-return-0000-example=example.com@example.com)
136 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
155 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
174 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
193 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
212 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
231 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
255 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
274 …"from localhost (localhost [127.0.0.1]) by localhost with SMTP id example for <example@example.com…
[all …]

Completed in 55 milliseconds

12345678910>>...62