Home
last modified time | relevance | path

Searched refs:be (Results 426 – 450 of 3226) sorted by relevance

1...<<11121314151617181920>>...130

/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error2.phpt2 Test that a property of mixed type can't be overridden by a property of class type
18 Fatal error: Type of Bar::$property1 must be mixed (as in class Foo) in %s on line %d
H A Dmixed_property_inheritance_error6.phpt2 Test that a property of class type can't be overridden by a property of mixed type
18 Fatal error: Type of Bar::$property1 must be stdClass (as in class Foo) in %s on line %d
H A Dmixed_return_inheritance_error1.phpt2 Test that a mixed return type can't be overridden by the void type
18 Fatal error: Declaration of Bar::method(): void must be compatible with Foo::method(): mixed in %s …
H A Dmixed_return_inheritance_error3.phpt2 Test that the void return type can't be overridden by the mixed type
18 Fatal error: Declaration of Bar::method(): mixed must be compatible with Foo::method(): void in %s …
H A Dmixed_property_inheritance_error1.phpt2 Test that a property of mixed type can't be overridden by a property of a built-in type
18 Fatal error: Type of Bar::$property1 must be mixed (as in class Foo) in %s on line %d
H A Dmixed_property_inheritance_error5.phpt2 Test that a property of a built-in type can't be overridden by a property of mixed type
18 Fatal error: Type of Bar::$property1 must be int (as in class Foo) in %s on line %d
/php-src/Zend/tests/
H A Dbug47516.phpt2 Bug #47516 (nowdoc cannot be embedded in heredoc but can be embedded in double quote)
H A Dbug70957.phpt2 Bug #70957 (self::class cannot be resolved with reflection for abstract class)
22 Fatal error: Declaration of T::bar() must be compatible with Foo::bar($a = 'Foo') in %s on line %d
H A Dbug81192.phpt2 Bug #81192: "Declaration should be compatible with" gives incorrect line number with traits
20 Fatal error: Declaration of T::foo(): string must be compatible with A::foo(): int in %sbug81192_tr…
H A Dclosure_015.phpt20 Object of class Closure could not be converted to string
21 Object of class Closure could not be converted to string
H A Dbug35017.phpt14 echo "This Exception should be caught\n";
21 This Exception should be caught
/php-src/ext/standard/tests/strings/
H A Dhex2bin_error.phpt11 Warning: hex2bin(): Input string must be hexadecimal string in %s on line %d
14 Warning: hex2bin(): Input string must be hexadecimal string in %s on line %d
H A Dstristr_variation2.phpt85 stristr(): Argument #2 ($needle) must be of type string, array given
87 stristr(): Argument #2 ($needle) must be of type string, array given
89 stristr(): Argument #2 ($needle) must be of type string, array given
101 stristr(): Argument #2 ($needle) must be of type string, resource given
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_invariance1_var.phpt2 Property types must be invariant
18 Fatal error: Type of B::$prop must be (X&Y&Z)|L (as in class A) in %s on line %d
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_005.phpt17 …Pgsql::connect() cannot be called when connecting to the "sqlite" driver, either Pdo\Sqlite::conne…
H A Dpdosqlite_007.phpt18 MyPDO::connect() cannot be called when connecting to the "sqlite" driver, either Pdo\Sqlite::connec…
/php-src/ext/openssl/tests/
H A Dopenssl_pkcs12_export_basic.phpt28 var_dump(count($opts)); // should be 3 certificates, priv, pub, extra optional cert
51 Warning: openssl_pkcs12_export(): X.509 Certificate cannot be retrieved in %s on line %d
54 Warning: openssl_pkcs12_export(): X.509 Certificate cannot be retrieved in %s on line %d
56 openssl_pkcs12_export(): Argument #1 ($certificate) must be of type OpenSSLCertificate|string, Open…
/php-src/tests/classes/
H A Dtype_hinting_005c.phpt7 // Array hint, should be class.
11 Fatal error: Declaration of D::f(array $a) must be compatible with C::f(SomeClass $a) in %s on line…
/php-src/Zend/tests/try/
H A Dcatch_003.phpt16 echo __METHOD__ . "() Must not be reached\n";
21 echo __METHOD__ . "() Must not be called\n";
/php-src/Zend/tests/variadic/
H A Dvariadic_changed_typehint_error.phpt2 Typehints for variadic arguments have to be compatible
16 Fatal error: Declaration of MySQL::query($query, int ...$params) must be compatible with DB::query(…
/php-src/tests/output/
H A Dob_start_basic_unerasable_002.phpt2 ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush…
18 echo "The OB nesting will still be 1 level deep:\n";
32 The OB nesting will still be 1 level deep:
/php-src/ext/gmp/tests/
H A Dgmp_jacobi.phpt59 gmp_jacobi(): Argument #2 ($num2) must be of type GMP|string|int, array given
60 gmp_jacobi(): Argument #1 ($num1) must be of type GMP|string|int, array given
61 gmp_jacobi(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_legendre.phpt59 gmp_legendre(): Argument #2 ($num2) must be of type GMP|string|int, array given
60 gmp_legendre(): Argument #1 ($num1) must be of type GMP|string|int, array given
61 gmp_legendre(): Argument #1 ($num1) must be of type GMP|string|int, array given
H A Dgmp_sub.phpt41 gmp_sub(): Argument #1 ($num1) must be of type GMP|string|int, array given
52 gmp_sub(): Argument #2 ($num2) must be of type GMP|string|int, stdClass given
53 gmp_sub(): Argument #1 ($num1) must be of type GMP|string|int, stdClass given
/php-src/ext/standard/tests/file/
H A Dphp_fd_wrapper_03.phpt17 Warning: fopen(php://fd/): Failed to open stream: php://fd/ stream must be specified in the form ph…
19 Warning: fopen(php://fd/-2): Failed to open stream: The file descriptors must be non-negative numbe…
21 Warning: fopen(php://fd/1/): Failed to open stream: php://fd/ stream must be specified in the form …

Completed in 23 milliseconds

1...<<11121314151617181920>>...130