Home
last modified time | relevance | path

Searched refs:be (Results 476 – 500 of 3215) sorted by relevance

1...<<11121314151617181920>>...129

/php-src/Zend/tests/generators/
H A Dyield_by_reference_optimization.phpt17 Notice: Only variable references should be yielded by reference in %s on line %d
20 Notice: Only variable references should be yielded by reference in %s on line %d
/php-src/ext/standard/tests/general_functions/
H A D010.phpt23 …own_function(): Argument #1 ($callback) must be a valid callback, non-static method test::__call()…
H A Dbug41037.phpt23 Registered tick function cannot be unregistered while it is being executed
26 Registered tick function cannot be unregistered while it is being executed
/php-src/Zend/tests/
H A Dexception_handler_004.phpt19 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, function "fo" no…
20 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, class "" not fou…
/php-src/ext/mbstring/tests/
H A Dmb_http_input_errors.phpt21 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
22 mb_http_input(): Argument #1 ($type) must be one of "G", "P", "C", "S", "I", or "L"
H A Dcp850_encoding.phpt13 /* Try replacement character which cannot be encoded in CP850; ? will be used instead */
H A Dcp866_encoding.phpt13 /* Try replacement character which cannot be encoded in CP866; ? will be used instead */
/php-src/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt41 Warning: openssl_x509_read(): X.509 Certificate cannot be retrieved in %s on line %d
45 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…
46 openssl_x509_read(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, array gi…
/php-src/tests/classes/
H A Dstatic_properties_004.phpt2 Inherited static properties cannot be separated from their reference set.
16 echo "\nReferences cannot be used to split the properties:\n";
32 References cannot be used to split the properties:
H A Dclass_abstract.phpt2 ZE2 An abstract class cannot be instantiated
21 echo "Done\n"; // shouldn't be displayed
H A Dtype_hinting_005a.phpt10 // Class hint, should be array.
14 Fatal error: Declaration of D2::f(SomeClass $a) must be compatible with C::f(array $a) in %s on lin…
/php-src/ext/gmp/tests/
H A Dgmp_and.phpt53 gmp_and(): Argument #1 ($num1) must be of type GMP|string|int, array given
54 gmp_and(): Argument #2 ($num2) must be of type GMP|string|int, array given
55 gmp_and(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_or.phpt52 gmp_or(): Argument #1 ($num1) must be of type GMP|string|int, array given
53 gmp_or(): Argument #2 ($num2) must be of type GMP|string|int, array given
54 gmp_or(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_xor.phpt52 gmp_xor(): Argument #1 ($num1) must be of type GMP|string|int, array given
53 gmp_xor(): Argument #2 ($num2) must be of type GMP|string|int, array given
54 gmp_xor(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_pow2.phpt34 Exponent must be greater than or equal to 0
35 Exponent must be greater than or equal to 0
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt20 printf("[001] Autocommit should be on by default\n");
27 … printf("[003] Autocommit should be on by default, beginTransaction() shall not impact it\n");
30 printf("[004] No rows deleted, can't be true.\n");
54 printf("[009] Autocommit should be on after commit()\n");
95 printf("[019] Autocommit should be on after rollback\n");
124 printf("[026] Autocommit mode of the MySQL Server should be off, got '%s', [%d] %s\n",
128 // Now we should be back to autocommit - we've issues a commit
162 printf("[033] No rows deleted, can't be true.\n");
182 printf("[038] No rows deleted, can't be true.\n");
206 [026] Autocommit mode of the MySQL Server should be off, got '1', [0] 00000
[all …]
/php-src/ext/filter/tests/
H A D057.phpt49 filter_input_array(): Argument #2 ($options) must be of type array|int, string given
50 filter_var_array(): Argument #2 ($options) must be of type array|int, string given
51 filter_input_array(): Argument #2 ($options) must be of type array|int, stdClass given
52 filter_var_array(): Argument #2 ($options) must be of type array|int, stdClass given
/php-src/Zend/tests/weakrefs/
H A Dweakmap_error_conditions.phpt77 WeakMap key must be an object
78 WeakMap key must be an object
79 WeakMap key must be an object
80 WeakMap key must be an object
/php-src/ext/spl/tests/
H A Dspl_autoload_008.phpt84 …ter(): Argument #1 ($callback) must be a valid callback or null, non-static method MyAutoLoader::d…
104 …ter(): Argument #1 ($callback) must be a valid callback or null, non-static method MyAutoLoader::d…
/php-src/ext/standard/tests/array/
H A Darray_user_key_compare.phpt19 Warning: array_compare(): Argument #1 ($key1) must be passed by reference, value given in %s on lin…
21 Warning: array_compare(): Argument #2 ($key2) must be passed by reference, value given in %s on lin…
/php-src/ext/intl/tests/
H A Dcalendar_getDayOfWeekType_error.phpt24 IntlCalendar::getDayOfWeekType(): Argument #1 ($dayOfWeek) must be a valid day of the week
25 intlcal_get_day_of_week_type(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_isSet_error.phpt25 IntlCalendar::isSet(): Argument #1 ($field) must be a valid field
26 intlcal_is_set(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_roll_error.phpt25 IntlCalendar::roll(): Argument #1 ($field) must be a valid field
26 intlcal_roll(): Argument #1 ($calendar) must be of type IntlCalendar, int given
/php-src/ext/readline/tests/
H A Dreadline_completion_function_001.phpt29 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
30 readline_completion_function(): Argument #1 ($callback) must be a valid callback, no array or strin…
/php-src/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
26 Fatal error: Declaration of THelloB::hello() must be compatible with THelloA::hello($a) in %s on li…

Completed in 26 milliseconds

1...<<11121314151617181920>>...129