Home
last modified time | relevance | path

Searched refs:in (Results 226 – 250 of 7111) sorted by relevance

12345678910>>...285

/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding_array2.phpt13 //All strings are the same when displayed in their respective encodings
44 echo "JIS encoded string in base64:\n";
52 echo "EUC-JP encoded string in base64:\n";
60 echo "SJIS encoded string in base64:\n";
68 echo "UTF-8 encoded string in base64:\n";
81 JIS encoded string in base64:
90 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
98 Warning: mb_convert_encoding(): Cannot convert recursively referenced values in %s on line %d
115 EUC-JP encoded string in base64:
149 SJIS encoded string in base64:
[all …]
H A Dmb_stripos_empty_needle.phpt11 // Japanese string in UTF-8
17 echo "\n-- ASCII string with in range positive offset --\n";
20 echo "\n-- ASCII string with in range negative offset --\n";
41 echo "\n-- Multi-byte string with in range positive offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
66 -- ASCII string with in range positive offset --
69 -- ASCII string with in range negative offset --
73 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
76 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
81 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_strpos_empty_needle.phpt11 // Japanese string in UTF-8
17 echo "\n-- ASCII string with in range positive offset --\n";
20 echo "\n-- ASCII string with in range negative offset --\n";
40 echo "\n-- Multi-byte string with in range positive offset --\n";
43 echo "\n-- Multi-byte string with in range negative offset --\n";
65 -- ASCII string with in range positive offset --
68 -- ASCII string with in range negative offset --
72 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
75 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
80 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_strripos_empty_needle.phpt11 // Japanese string in UTF-8
17 echo "\n-- ASCII string with in range positive offset --\n";
20 echo "\n-- ASCII string with in range negative offset --\n";
41 echo "\n-- Multi-byte string with in range positive offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
66 -- ASCII string with in range positive offset --
69 -- ASCII string with in range negative offset --
73 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
76 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
81 -- Multi-byte string with in range positive offset --
[all …]
H A Dmb_strrpos_empty_needle.phpt11 // Japanese string in UTF-8
17 echo "\n-- ASCII string with in range positive offset --\n";
20 echo "\n-- ASCII string with in range negative offset --\n";
41 echo "\n-- Multi-byte string with in range positive offset --\n";
44 echo "\n-- Multi-byte string with in range negative offset --\n";
66 -- ASCII string with in range positive offset --
69 -- ASCII string with in range negative offset --
73 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
76 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
81 -- Multi-byte string with in range positive offset --
[all …]
H A Dgh10648.phpt9 'ISO-2022-JP bytes' => '1b244224221b2842', // 'あ' in ISO-2022-JP
10 'ISO-2022-JP bytes without escape sequence' => '1b24422422', // 'ア' in JIS
11 'JIS X 0201 7bit kana with escape sequence' => '1b2849311b2842', // 'ア' in JIS
12 'JIS X 0201 7bit kana with SO/SI' => '0e310f', // 'ア' in JIS
13 'JIS X 0201 8bit kana' => 'b1', // 'ア' in JIS
14 'JIS X 0201 7bit kana with SO and ESC' => '0e311b2842', // 'ア' in JIS
15 'JIS X 0201 7bit kana with ESC and SI' => '1b2849310f', // 'ア' in JIS
16 …'JIS X 0208 character' => '1b244242641b2842', // '鯛' in JIS and ISO-2022-JP, included in JIS X 0208
17 'JIS X 0212 character' => '1b2428446a591b2842', // '鮋' in JIS, included in JIS X 0212
18 …'JIS X 0213 character' => '1b2428507d4c1b2842', // '��' in ISO-2022-JP-2004, included in JIS X 0213
[all …]
/php-src/Zend/tests/fibers/
H A Dthrow-in-multiple-destroyed-fibers-after-shutdown.phpt2 Throw in multiple destroyed fibers after shutdown
38 Fatal error: Uncaught Exception: test1 in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php:%d
43 Next Exception: test2 in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php:%d
47 thrown in %sthrow-in-multiple-destroyed-fibers-after-shutdown.php on line %d
/php-src/Zend/tests/
H A Dbug69676.phpt2 Bug #69676: Resolution of self::FOO in class constants not correct
6 const myConst = "const in A";
11 const myConst = "const in B";
18 string(10) "const in A"
19 string(10) "const in A"
H A Dexception_013.phpt12 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
18 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
24 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
30 Exception: Access to undeclared static property C::$a in %s on line %d
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
36 Fatal error: Uncaught Error: Access to undeclared static property C::$a in %s:%d
39 thrown in %sexception_013.php on line 24
H A Doffset_bool.phpt28 Warning: Trying to access array offset on true in %s on line %d
31 Warning: Trying to access array offset on true in %s on line %d
34 Warning: Trying to access array offset on true in %s on line %d
37 Warning: Trying to access array offset on true in %s on line %d
40 Warning: Trying to access array offset on true in %s on line %d
43 Warning: Trying to access array offset on true in %s on line %d
46 Warning: Trying to access array offset on true in %s on line %d
49 Warning: Trying to access array offset on true in %s on line %d
52 Warning: Trying to access array offset on true in %s on line %d
H A Doffset_long.phpt28 Warning: Trying to access array offset on int in %s on line %d
31 Warning: Trying to access array offset on int in %s on line %d
34 Warning: Trying to access array offset on int in %s on line %d
37 Warning: Trying to access array offset on int in %s on line %d
40 Warning: Trying to access array offset on int in %s on line %d
43 Warning: Trying to access array offset on int in %s on line %d
46 Warning: Trying to access array offset on int in %s on line %d
49 Warning: Trying to access array offset on int in %s on line %d
52 Warning: Trying to access array offset on int in %s on line %d
/php-src/ext/standard/tests/file/
H A Dtempnam_variation1-win32-mb.phpt31 echo "File created in => ";
62 File created in => directory specified
66 File created in => directory specified
70 File created in => directory specified
74 File created in => directory specified
78 File created in => directory specified
82 File created in => directory specified
86 File created in => directory specified
90 File created in => directory specified
94 File created in => directory specified
[all …]
H A Dtempnam_variation1-win32.phpt31 echo "File created in => ";
62 File created in => directory specified
66 File created in => directory specified
70 File created in => directory specified
74 File created in => directory specified
78 File created in => directory specified
82 File created in => directory specified
86 File created in => directory specified
90 File created in => directory specified
94 File created in => directory specified
[all …]
H A Dfread_variation2.phpt102 -- File opened in mode a --
121 -- File opened in mode ab --
140 -- File opened in mode at --
159 -- File opened in mode w --
178 -- File opened in mode wb --
197 -- File opened in mode wt --
216 -- File opened in mode x --
275 -- File opened in mode a --
332 -- File opened in mode w --
389 -- File opened in mode x --
[all …]
H A Dfopen_variation7.phpt34 echo "Not created in working dir\n";
37 echo "created in working dir\n";
44 echo "Not created in dir1\n";
47 echo "created in dir1\n";
54 created in working dir
55 Not created in dir1
56 created in working dir
57 Not created in dir1
H A Dfopen_variation9.phpt34 echo "Not created in working dir\n";
37 echo "created in working dir\n";
44 echo "Not created in dir1\n";
47 echo "created in dir1\n";
54 created in working dir
55 Not created in dir1
56 created in working dir
57 Not created in dir1
/php-src/ext/standard/tests/array/
H A Darray_map_variation12.phpt2 Test array_map() function : usage variations - built-in function as callback
6 * Test array_map() by passing buit-in function as callback function
9 echo "*** Testing array_map() : built-in function ***\n";
14 echo "-- with built-in function 'pow' and two parameters --\n";
17 echo "-- with built-in function 'pow' and one parameter --\n";
34 *** Testing array_map() : built-in function ***
35 -- with built-in function 'pow' and two parameters --
44 -- with built-in function 'pow' and one parameter --
/php-src/ext/zlib/tests/
H A Dgzopen_variation5.phpt34 echo "Not created in working dir\n";
37 echo "created in working dir\n";
44 echo "Not created in dir1\n";
47 echo "created in dir1\n";
55 created in working dir
56 Not created in dir1
57 created in working dir
58 Not created in dir1
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, $input, "Compl…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $s2, "ComplexF…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s2, "ComplexF…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s3, "ComplexF…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s1, "ComplexF…
/php-src/ext/standard/tests/assert/
H A Dassert_basic6.phpt35 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
37 Deprecated: Function assert_options() is deprecated in %s on line %d
39 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
41 Deprecated: Function assert_options() is deprecated in %s on line %d
47 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
49 Deprecated: Function assert_options() is deprecated in %s on line %d
51 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
53 Deprecated: Function assert_options() is deprecated in %s on line %d
/php-src/ext/gd/libgd/
H A Dgd_gd2.c67 ch = gdGetC(in); in _gd2GetHeader()
95 if (!gdGetWord(sx, in)) { in _gd2GetHeader()
99 if (!gdGetWord(sy, in)) { in _gd2GetHeader()
222 if (gdTell(in) != offset) { in _gd2ReadChunk()
224 gdSeek(in, offset); in _gd2ReadChunk()
252 in->gd_free(in); in gdImageCreateFromGd2()
262 in->gd_free(in); in gdImageCreateFromGd2Ptr()
417 in->gd_free(in); in gdImageCreateFromGd2PartPtr()
429 in->gd_free(in); in gdImageCreateFromGd2Part()
530 dstart = gdTell(in); in gdImageCreateFromGd2PartCtx()
[all …]
H A Dwbmp.c38 getmbi (int (*getin) (void *in), void *in) in getmbi() argument
44 i = getin (in); in getmbi()
90 skipheader (int (*getin) (void *in), void *in) in skipheader() argument
96 i = getin (in); in skipheader()
151 readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp) in readwbmp() argument
159 wbmp->type = getin (in); in readwbmp()
166 if (skipheader (getin, in)) in readwbmp()
173 wbmp->width = getmbi (getin, in); in readwbmp()
213 byte = getin (in); in readwbmp()
345 getin (void *in) in getin() argument
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_string_float_vars.phpt77 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
80 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
83 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
86 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
89 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
92 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
95 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
98 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
101 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
105 Deprecated: Implicit conversion from float-string "6.5" to int loses precision in %s on line %d
[all …]
/php-src/ext/snmp/tests/
H A Dsnmp2_get.phpt31 echo "Single OID in array\n";
39 echo "Single OID in array\n";
47 echo "Single OID in array\n";
61 Single OID in array
76 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2..1.1.1.0 in %s on line %d
78 Single OID in array
80 Warning: snmp2_get(): Invalid object identifier: .1.3.6.1.2.1...1.1.0 in %s on line %d
89 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s …
91 Single OID in array
93 Warning: snmp2_get(): Error in packet at '%s': No Such Instance currently exists at this OID in %s …
[all …]
/php-src/ext/spl/tests/
H A Dbug62978.phpt29 Warning: Undefined array key "epic_magic" in %s on line %d
32 Warning: Undefined array key "epic_magic" in %s on line %d
35 Warning: Undefined variable $c in %s on line %d
37 Warning: Trying to access array offset on null in %s on line %d
40 Warning: Undefined array key "epic_magic" in %s on line %d
43 Warning: Undefined array key "epic_magic" in %s on line %d
46 Warning: Undefined array key "epic_magic" in %s on line %d
50 Warning: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line %d
52 Warning: Undefined array key %d in %s on line %d

Completed in 30 milliseconds

12345678910>>...285