/php-src/ext/spl/tests/ |
H A D | gh16337.phpt | 32 Heap cannot be changed when it is already being modified. 33 Heap cannot be changed when it is already being modified. 35 Heap cannot be changed when it is already being modified. 36 Heap cannot be changed when it is already being modified. 38 Heap cannot be changed when it is already being modified. 39 Heap cannot be changed when it is already being modified. 41 Heap cannot be changed when it is already being modified. 42 Heap cannot be changed when it is already being modified. 44 Heap cannot be changed when it is already being modified. 45 Heap cannot be changed when it is already being modified. [all …]
|
/php-src/ext/standard/tests/array/ |
H A D | array_diff_assoc_variation7.phpt | 18 echo "-- Results when \$a = $a: --\n"; 24 echo "-- Results when \$a has been changed to $a: --\n"; 30 echo "-- Results when \$arr2 is referenced to \$arr1 --\n"; 36 echo "-- Results when \$arr1 is changed --\n"; 44 -- Results when $a = a: -- 61 -- Results when $a has been changed to 4: -- 82 -- Results when $arr2 is referenced to $arr1 -- 87 -- Results when $arr1 is changed --
|
H A D | array_chunk_variation5.phpt | 23 echo "\n-- Testing array_chunk() when size = $size --\n"; 44 -- Testing array_chunk() when size = -1 -- 49 -- Testing array_chunk() when size = 4 -- 84 -- Testing array_chunk() when size = 0 -- 89 -- Testing array_chunk() when size = 1 --
|
/php-src/ext/standard/tests/strings/ |
H A D | strtok_variation5.phpt | 40 // when supplied with different string and token values 69 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 72 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 75 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 78 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 81 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 127 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 130 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 133 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 136 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d [all …]
|
H A D | strtok_variation3.phpt | 50 // when supplied with different string values 84 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 87 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 90 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 93 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 96 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 99 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 102 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 105 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 108 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d [all …]
|
H A D | strtok_variation4.phpt | 24 // when supplied with different string values 45 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 48 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 51 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 54 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 57 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 96 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 99 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 102 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d 105 Warning: strtok(): Both arguments must be provided when starting tokenization in %s on line %d
|
/php-src/Zend/tests/ |
H A D | bug70918.phpt | 42 string(52) "Cannot access "static" when no class scope is active" 43 string(52) "Cannot access "parent" when no class scope is active" 44 string(50) "Cannot access "self" when no class scope is active" 45 string(52) "Cannot access "static" when no class scope is active" 46 string(52) "Cannot access "static" when no class scope is active" 47 string(52) "Cannot access "static" when no class scope is active"
|
H A D | self_method_or_prop_outside_class.phpt | 33 Cannot access "self" when no class scope is active 34 Cannot access "self" when no class scope is active 35 Cannot access "self" when no class scope is active 36 Cannot access "self" when no class scope is active
|
H A D | get_defined_vars.phpt | 42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n"; 46 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n"; 49 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n"; 102 *** Checking for output when get_defined_vars called in local function *** 108 *** Checking for output when get_defined_vars called in function of a class *** 114 *** Checking for output when get_defined_vars called in nested functions ***
|
H A D | assign_to_obj_002.phpt | 2 Assign to $this leaks when $this not defined 12 Using $this when not in object context
|
H A D | invalid_parent_const_ref_leak.phpt | 2 Leak when using an invalid parent:: reference in a constant definition 18 Cannot access "parent" when current class scope has no parent
|
/php-src/ext/session/tests/ |
H A D | session_ini_set.phpt | 121 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 124 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 127 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 131 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 134 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 137 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 140 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 143 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 146 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… 149 Warning: ini_set(): Session ini settings cannot be changed when a session is active (started from %… [all …]
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_context_set_option_error.phpt | 30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_… 31 stream_context_set_option(): Argument #4 ($value) cannot be provided when argument #2 ($wrapper_or_… 34 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o… 35 stream_context_set_option(): Argument #4 ($value) must be provided when argument #2 ($wrapper_or_op…
|
/php-src/ext/xsl/tests/ |
H A D | req30622_errors.phpt | 54 XSLTProcessor::setParameter(): Argument #2 ($name) must not use clark notation when argument #1 ($n… 55 XSLTProcessor::setParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namespace… 56 XSLTProcessor::getParameter(): Argument #2 ($name) must not use clark notation when argument #1 ($n… 57 XSLTProcessor::getParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namespace… 58 XSLTProcessor::removeParameter(): Argument #2 ($name) must not use clark notation when argument #1 … 59 XSLTProcessor::removeParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namesp…
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_014.phpt | 2 Test session_set_save_handler() : calling default handler when save_handler=user 13 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n… 23 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
|
/php-src/ext/standard/tests/file/ |
H A D | fread_variation3-win32-mb.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
H A D | fread_variation3-win32.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
H A D | fread_variation3.phpt | 87 // try fread when file pointer at end 89 //reading file when file pointer at end 116 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 130 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 144 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 158 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 172 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 186 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 200 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- 214 -- Reading beyond filesize when file pointer pointing to EOF, expected : 0 bytes -- [all …]
|
/php-src/ext/date/tests/ |
H A D | timezone_identifiers_list_wrong_constructor.phpt | 2 timezone_identifiers_list: ValueError when timezoneGroup is DateTimeZone::PER_COUNTRY 23 …#2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timez… 24 …#2 ($countryCode) must be a two-letter ISO 3166-1 compatible country code when argument #1 ($timez…
|
/php-src/Zend/tests/magic_methods/ |
H A D | magic_methods_013.phpt | 2 __isset first parameter should be a string when typed 10 Fatal error: Foo::__isset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
|
H A D | magic_methods_014.phpt | 2 __unset first parameter should be a string when typed 10 Fatal error: Foo::__unset(): Parameter #1 ($name) must be of type string when declared in %s on lin…
|
H A D | magic_methods_012.phpt | 2 __get first parameter should be a string when typed 10 Fatal error: Foo::__get(): Parameter #1 ($name) must be of type string when declared in %s on line …
|
H A D | magic_methods_011.phpt | 2 __set first parameter should be a string when typed 10 Fatal error: Foo::__set(): Parameter #1 ($name) must be of type string when declared in %s on line …
|
H A D | magic_methods_016.phpt | 2 __call second parameter should be an array when typed 10 Fatal error: Foo::__call(): Parameter #2 ($arguments) must be of type array when declared in %s on …
|
/php-src/Zend/tests/objects/ |
H A D | objects_026.phpt | 2 Using $this when out of context 13 Fatal error: Uncaught Error: Using $this when not in object context in %s:%d
|