Home
last modified time | relevance | path

Searched refs:in (Results 376 – 400 of 7209) sorted by relevance

1...<<11121314151617181920>>...289

/php-src/ext/standard/
H A Dbase64.c114 in += 16 * 3; in neon_base64_encode()
129 in += inl - left; in php_base64_encode_impl()
136 *out++ = base64_table[((in[0] & 0x03) << 4) + (in[1] >> 4)]; in php_base64_encode_impl()
137 *out++ = base64_table[((in[1] & 0x0f) << 2) + (in[2] >> 6)]; in php_base64_encode_impl()
140 in += 3; in php_base64_encode_impl()
148 *out++ = base64_table[((in[0] & 0x03) << 4) + (in[1] >> 4)]; in php_base64_encode_impl()
242 in += 16 * 4; in neon_base64_decode()
260 in += i; in php_base64_decode_impl()
267 ch = *in++; in php_base64_decode_impl()
771 in = _mm256_shuffle_epi8(in, _mm256_set_epi8( in php_base64_encode_avx2_reshuffle()
[all …]
/php-src/ext/zip/tests/
H A Dzip_entry_close.phpt20 Deprecated: Function zip_open() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
27 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
30 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
33 Deprecated: Function zip_close() is deprecated in %s on line %d
H A Dbug7214.phpt20 Deprecated: Function zip_open() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_read() is deprecated in %s on line %d
28 Deprecated: Function zip_entry_filesize() is deprecated in %s on line %d
/php-src/ext/standard/tests/file/
H A Dreadlink_variation1.phpt35 Warning: readlink(): %s in %s on line %d
38 Warning: readlink(): %s in %s on line %d
41 Warning: readlink(): %s in %s on line %d
44 Warning: readlink(): %s in %s on line %d
47 Warning: readlink(): %s in %s on line %d
50 Warning: readlink(): %s in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt2 Bug #72663: Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization
22 …__serialize() and __unserialize() instead (or in addition, if support for old PHP versions is nece…
24 Warning: unserialize(): Unexpected end of serialized data in %s on line %d
26 Warning: unserialize(): Error at offset 49 of 50 bytes in %s on line %d
28 Warning: unserialize(): Error at offset 82 of 83 bytes in %s on line %d
/php-src/sapi/phpdbg/tests/
H A Dexceptions_002.phpt2 Test exceptions in eval during exception
12 [Uncaught Error in %s on line 16: Call to undefined function foo()]
17 Fatal error: Uncaught Error: Call to undefined function next_error() in eval()'d code:1
22 thrown in eval()'d code on line 1
23 prompt> [Uncaught Error in %s on line 16]
24 Error: Call to undefined function foo() in %s:16
/php-src/Zend/tests/traits/
H A Dconstant_010.phpt2 Conflicting constants in another traits in same composing classes with different finality should re…
22 …ant (Constant) in the composition of ComposingClass. However, the definition differs and is consid…
H A Dconstant_008.phpt2 Conflicting constants in another traits in same composing classes with different visibility modifie…
26 …stant (Constant) in the composition of TraitsTest. However, the definition differs and is consider…
H A Dconstant_009.phpt2 Conflicting constants in another traits in same composing classes with different values should resu…
26 …stant (Constant) in the composition of TraitsTest. However, the definition differs and is consider…
/php-src/ext/standard/tests/url/
H A Dbug47174.phpt2 Bug #47174 (base64_decode() interprets pad char in mid string as terminator)
11 $in = base64_encode("foo") . '==' . base64_encode("bar");
12 var_dump($in, base64_decode($in));
/php-src/Zend/tests/prop_const_expr/
H A Dnon_enums.phpt2 Disallow fetching properties in constant expressions on non-enums
14 …error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowed in
17 thrown in %s on line %d
H A Dnon_enums_nullsafe.phpt2 Disallow nullsafe fetching properties in constant expressions on non-enums
14 …error: Uncaught Error: Fetching properties on non-enums in constant expressions is not allowed in
17 thrown in %s on line %d
/php-src/Zend/tests/
H A Dbug69740.phpt2 Bug #69740: finally in generator (yield) swallows exception in iteration
25 Fatal error: Uncaught Exception in %s:%d
28 thrown in %s on line %d
/php-src/ext/filter/tests/
H A D026.phpt23 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
26 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
29 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
32 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
35 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
38 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
41 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
44 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
47 Deprecated: Constant FILTER_SANITIZE_STRIPPED is deprecated in %s on line %d
/php-src/ext/mbstring/tests/
H A Dmb_str_functions_opt-parameter.phpt20 Deprecated: mb_strpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on …
23 Deprecated: mb_strrpos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
26 Deprecated: mb_stripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s on…
29 Deprecated: mb_strripos(): Passing null to parameter #3 ($offset) of type int is deprecated in %s o…
32 …strstr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated in %s on line %d
35 …trrchr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated in %s on line %d
38 …tristr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated in %s on line %d
41 …rrichr(): Passing null to parameter #3 ($before_needle) of type bool is deprecated in %s on line %d
46 …mwidth(): Passing null to parameter #4 ($trim_marker) of type string is deprecated in %s on line %d
/php-src/ext/intl/tests/
H A Dnormalizer_normalize.phpt98 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
100 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
102 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0)
104 is in form 'UNORM_FORM_C'? = no error info: 'U_ZERO_ERROR' (0)
106 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
108 is in form 'UNORM_FORM_C'? = yes error info: 'U_ZERO_ERROR' (0)
110 is in form 'UNORM_FORM_D'? = yes error info: 'U_ZERO_ERROR' (0)
112 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
114 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
116 is in form 'UNORM_FORM_D'? = no error info: 'U_ZERO_ERROR' (0)
[all …]
/php-src/Zend/tests/type_declarations/
H A Dscalar_basic.phpt79 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l…
82 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l…
85 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l…
91 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li…
100 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin…
104 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, array given, called in %s on li…
108 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, stdClass given, called in %s on…
115 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, resource given, called in %s on…
153 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on l…
157 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, array given, called in %s on …
[all …]
/php-src/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing): int {}
12 …oo::filter($in, $out, $consumed, $closing): int must be compatible with php_user_filter::filter($i…
/php-src/ext/standard/tests/streams/
H A Dbug49936_win32.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
20 Warning: opendir(): connect() failed: %s in %s on line %d
22 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
25 Warning: opendir(): connect() failed: %s in %s on line %d
27 Warning: opendir(ftp://...@localhost/): Failed to open directory: operation failed in %s on line %d
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt2 New not allowed in class constant
6 // New in class constants (and static properties) brings up evaluation order questions: When
8 // class is declared would break references to classes that are declared later in the same
18 Fatal error: New expressions are not supported in this context in %s on line %d
/php-src/ext/simplexml/tests/
H A Dbug51615.phpt2 Bug #51615 (PHP crash with wrong HTML in SimpleXML)
21 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
23 Warning: DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1 in %s on line %d
/php-src/ext/standard/tests/serialize/
H A Dunserialize_large.phpt13 Warning: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
16 Warning: unserialize(): Error at offset 2 of 20 bytes in %s on line %d
19 Warning: unserialize(): Error at offset 18 of 21 bytes in %s on line %d
22 Warning: Insufficient data for unserializing - 1000000000 required, 1 present in %s on line %d
24 Warning: unserialize(): Error at offset 20 of 21 bytes in %s on line %d
/php-src/ext/opcache/tests/opt/
H A Dassign_op_001.phpt20 Warning: Undefined variable $a in %sassign_op_001.php on line 4
22 Warning: Undefined variable $a in %sassign_op_001.php on line 4
24 Warning: Undefined array key "b" in %sassign_op_001.php on line 7
26 Fatal error: Uncaught TypeError: Unsupported operand types: array + bool in %sassign_op_001.php:4
30 thrown in %sassign_op_001.php on line 4
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_014.phpt19 Warning: Undefined variable $a in %sreg_alloc_014.php on line 4
21 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in
23 Warning: Decrement on type null has no effect, this will change in the next major version of PHP in
/php-src/Zend/tests/fibers/
H A Dno-switch-force-close-finally.phpt2 Cannot start a new fiber in a finally block in a force-closed fiber
26 Fatal error: Uncaught FiberError: Cannot switch fibers in current execution context in %sno-switch-…
31 thrown in %sno-switch-force-close-finally.php on line %d

Completed in 49 milliseconds

1...<<11121314151617181920>>...289