Home
last modified time | relevance | path

Searched refs:be (Results 251 – 275 of 3198) sorted by relevance

1...<<11121314151617181920>>...128

/php-src/ext/mbstring/tests/
H A Dmb_str_split_error_conditions.phpt37 // since ά cannot be represented in HZ
45 // It will be split into segments of 2 characters each by mb_str_split
51 mb_str_split(): Argument #2 ($length) must be greater than 0
52 mb_str_split(): Argument #2 ($length) must be greater than 0
53 mb_str_split(): Argument #3 ($encoding) must be a valid encoding, "BAD_ENCODING" given
/php-src/ext/xml/tests/
H A Dset_handler_errors.phpt53 TypeError: xml_set_processing_instruction_handler(): Argument #1 ($parser) must be of type XMLParse…
55 TypeError: xml_set_processing_instruction_handler(): Argument #2 ($handler) must be of type callabl…
57 TypeError: xml_set_processing_instruction_handler(): Argument #2 ($handler) must be of type callabl…
59 …nstruction_handler(): Argument #2 ($handler) an object must be set via xml_set_object() to be able…
/php-src/ext/pgsql/tests/
H A D10pg_convert_9.phpt72 Array of values must be an associative array with string keys
73 Array of values must be an associative array with string keys
74 Values must be of type string|int|float|bool|null, array given
75 Values must be of type string|int|float|bool|null, stdClass given
76 Values must be of type string|int|float|bool|null, PgSql\Connection given
/php-src/tests/lang/
H A D024.phpt413 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
638 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
863 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
1088 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
1313 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
1538 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
1763 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
1988 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
2213 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
2438 this should be displayed. should be: $i=1, $j=0. is: $i=1, $j=0
[all …]
/php-src/ext/date/tests/
H A DcreateFromTimestamp.phpt204 …RangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
205 …r: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
206 …RangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
207 …r: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
208 …RangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
209 …r: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
210 …RangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
211 …r: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
212 …RangeError: DateTime::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
213 …r: DateTimeImmutable::createFromTimestamp(): Argument #1 ($timestamp) must be a finite number betw…
/php-src/ext/shmop/tests/
H A D002.phpt28 // Shared memory segment size must be greater than zero
35 //Shared memory segment size must be greater than zero
73 shmop_open(): Argument #2 ($mode) must be a valid access mode
74 shmop_open(): Argument #2 ($mode) must be a valid access mode
80 shmop_open(): Argument #4 ($size) must be greater than 0 for the "c" and "n" access modes
83 shmop_read(): Argument #2 ($offset) must be between 0 and the segment size
/php-src/Zend/tests/
H A Dbug70805.phpt17 … unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf
42 unset($a); // This one cannot be put into roots buf because it's full, thus gc_colloct_roots will b…
44 // which will make $a be put into gc roots buf twice
H A Dcall_user_func_002.phpt34 call_user_func(): Argument #1 ($callback) must be a valid callback, class "foo" not found
35 call_user_func(): Argument #1 ($callback) must be a valid callback, class "" not found
38 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
41 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
H A Dclosure_019.phpt23 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
26 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
29 Fatal error: Uncaught Error: {closure:%s:%d}(): Argument #1 ($x) could not be passed by reference i…
/php-src/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt31 IntlCalendar::setFirstDayOfWeek(): Argument #1 ($dayOfWeek) must be a valid day of the week
32 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week
33 intlcal_set_first_day_of_week(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt31 IntlCalendar::setSkippedWallTimeOption(): Argument #1 ($option) must be one of IntlCalendar::WALLTI…
32 IntlCalendar::setRepeatedWallTimeOption(): Argument #1 ($option) must be either IntlCalendar::WALLT…
33 intlcal_set_repeated_wall_time_option(): Argument #1 ($calendar) must be of type IntlCalendar, int …
/php-src/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt2 SplDoublyLinkedList Iterating a DLL by reference shouldn't be permitted
15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
26 An iterator cannot be used with foreach by reference
/php-src/ext/sysvshm/tests/
H A D001.phpt38 ftok(): Argument #1 ($filename) cannot be empty
39 ftok(): Argument #2 ($project_id) must be a single character
40 ftok(): Argument #2 ($project_id) must be a single character
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_080.phpt34 Typed static property Test::$a must not be accessed before initialization
35 Typed static property Test::$b must not be accessed before initialization
36 Typed static property Test::$c must not be accessed before initialization
H A Dtyped_properties_failed_assign_is_not_init.phpt2 A failed assignment should not be considered an initialization
34 Typed property Test::$prop must not be accessed before initialization
36 Typed property Test::$prop must not be accessed before initialization
H A Dnullable_void.phpt2 Void cannot be nullable
11 Fatal error: Void can only be used as a standalone type in %s on line %d
/php-src/ext/standard/tests/network/
H A Ddns_get_record_error_conditions.phpt29 dns_get_record(): Argument #2 ($type) must be a DNS_* constant
30 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true
31 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true
/php-src/ext/standard/tests/password/
H A Dpassword_needs_rehash_error.phpt34 password_needs_rehash(): Argument #2 ($algo) must be of type string|int|null, array given
35 password_needs_rehash(): Argument #1 ($hash) must be of type string, array given
36 password_needs_rehash(): Argument #3 ($options) must be of type array, string given
/php-src/ext/standard/tests/serialize/
H A Dunserialize_error_001.phpt32 unserialize(): Option "allowed_classes" must be of type array|bool, null given
33 unserialize(): Option "allowed_classes" must be of type array|bool, int given
34 unserialize(): Option "allowed_classes" must be of type array|bool, int given
/php-src/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt24 call_user_func(): Argument #1 ($callback) must be a valid callback, class "Foo" not found
25 call_user_func(): Argument #1 ($callback) must be a valid callback, first array member is not a val…
26 call_user_func(): Argument #1 ($callback) must be a valid callback, second array member is not a va…
/php-src/ext/standard/tests/strings/
H A Dimplode_error.phpt27 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra…
28 implode(): If argument #1 ($separator) is of type string, argument #2 ($array) must be of type arra…
29 implode(): Argument #2 ($array) must be of type ?array, string given
/php-src/ext/xsl/tests/
H A DmaxTemplateDepth_errors.phpt39 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
41 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
43 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
H A DmaxTemplateVars_errors.phpt39 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
41 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
43 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
/php-src/ext/zend_test/tests/
H A Dobserver_retval_02.phpt13 yield 'I should be observable';
31 </foo:'I should be observable'>
32 </Generator::current:'I should be observable'>
/php-src/tests/func/
H A D005.phpt13 print "foo() will be called on shutdown...\n";
17 foo() will be called on shutdown...

Completed in 33 milliseconds

1...<<11121314151617181920>>...128