Home
last modified time | relevance | path

Searched refs:be (Results 351 – 375 of 3215) sorted by relevance

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

/php-src/Zend/tests/
H A Dmagic_methods_015.phpt2 __call first parameter should be a string typed
10 Fatal error: Foo::__call(): Parameter #1 ($name) must be of type string when declared in %s on line…
H A Dsymtable_cache_recursive_dtor.phpt2 Symtable cache slots may be acquired while cleaning symtable
6 // Must be larger than the symtable cache.
H A Dmagic_methods_016.phpt2 __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 …
H A Dmagic_methods_017.phpt2 __callStatic first parameter should be a string typed
10 Fatal error: Foo::__callStatic(): Parameter #1 ($name) must be of type string when declared in %s o…
H A Dmagic_methods_018.phpt2 __callStatic second parameter should be an array typed
10 Fatal error: Foo::__callStatic(): Parameter #2 ($args) must be of type array when declared in %s on…
H A D011.phpt89 property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
90 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
91 property_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
92 property_exists(): Argument #1 ($object_or_class) must be of type object|string, true given
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
H A D010.phpt93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
94 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
95 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
97 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, array g…
98 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
H A Dfunction_outside_namespace.phpt2 Function declaration should not be allowed before namespace declaration
12 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt26 // the f++++ makes f into 2, so $e 0 and 1 should both be 30
57 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
72 // expect y and z to be undefined
76 // expect h to be defined and be 10
80 // expect cc and dd to be 10 and 30
84 // expect the inner array to be defined
/php-src/ext/mysqli/tests/
H A Dmysqli_change_user_locks_temporary.phpt24 printf("[003] Reading from test should not be possible due to a lock, [%d] %s\n",
30 // LOCKS should be removed
40 printf("[005] There should be some rows in the table test\n");
61 printf("[011] There should be three rows in the table test\n");
65 // Temporary tables should be dropped
69 printf("[012] There should be no table test any more, [%d] %s\n",
85 // GET_LOCK("phptest") should be released
/php-src/ext/bcmath/tests/
H A Dbcpowmod_negative_exponent.phpt2 bc_raisemod's expo can't be negative
16 bcpowmod(): Argument #2 ($exponent) must be greater than or equal to 0
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const3.phpt2 Private class constants cannot be final
13 Fatal error: Private constant Foo::A cannot be final as it is not visible to other classes in %s on…
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt55 Object of class stdClass could not be converted to string
86 Warning: Object of class stdClass could not be converted to int in %s on line %d
118 Warning: Object of class stdClass could not be converted to int in %s on line %d
150 Warning: Object of class stdClass could not be converted to float in %s on line %d
182 Warning: Object of class stdClass could not be converted to int in %s on line %d
214 Warning: Object of class stdClass could not be converted to int in %s on line %d
/php-src/ext/random/tests/02_engine/
H A Dmt19937_error.phpt2 Random: Engine: Mt19937: Invalid $mode parameter values must be rejected
16 Random\Engine\Mt19937::__construct(): Argument #2 ($mode) must be either MT_RAND_MT19937 or MT_RAND…
/php-src/tests/classes/
H A Dabstract_final.phpt2 ZE2 A final method cannot be abstract
10 echo "Done\n"; // Shouldn't be displayed
H A Dfinal_abstract.phpt2 ZE2 A final method cannot be abstract
10 echo "Done\n"; // Shouldn't be displayed
H A Dinterface_must_be_implemented.phpt2 ZE2 An interface must be implemented
15 Fatal error: Class derived_a contains 1 abstract method and must therefore be declared abstract or …
/php-src/ext/sodium/tests/
H A Dcrypto_stream_xchacha20.phpt92 sodium_crypto_stream_xchacha20(): Argument #1 ($length) must be greater than 0
93 sodium_crypto_stream_xchacha20(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_NONCE…
94 sodium_crypto_stream_xchacha20(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTE…
95 sodium_crypto_stream_xchacha20_xor(): Argument #2 ($nonce) must be SODIUM_CRYPTO_STREAM_XCHACHA20_N…
96 sodium_crypto_stream_xchacha20_xor(): Argument #3 ($key) must be SODIUM_CRYPTO_STREAM_XCHACHA20_KEY…
/php-src/ext/openssl/tests/
H A Dopenssl_csr_sign_basic.phpt74 Warning: openssl_csr_sign(): X.509 Certificate cannot be retrieved in %s on line %d
80 Warning: openssl_csr_sign(): X.509 Certificate Signing Request cannot be retrieved in %s on line %d
82 openssl_csr_sign(): Argument #1 ($csr) must be of type OpenSSLCertificateSigningRequest|string, arr…
83 openssl_csr_sign(): Argument #2 ($ca_certificate) must be of type OpenSSLCertificate|string|null, a…
84 Key array must be of the form array(0 => key, 1 => phrase)
/php-src/ext/posix/tests/
H A Dposix_isatty_manual_zpp.phpt54 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, string given …
57 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, array given i…
60 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, stdClass give…
63 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, classWithToSt…
66 Warning: posix_isatty(): Argument #1 ($file_descriptor) must be of type int|resource, GMP given in …
/php-src/ext/pgsql/tests/
H A D12pg_insert_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/Zend/tests/return_types/
H A Dgenerators006.phpt2 Generator return type must be a supertype of Generator (with union types)
10 Fatal error: Generator return type must be a supertype of Generator, StdClass|ArrayObject|array giv…
/php-src/Zend/tests/try/
H A Dcatch_002.phpt11 echo __METHOD__ . "() Must not be reached\n";
16 echo __METHOD__ . "() Must not be called\n";
/php-src/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_parameter_error1.phpt2 Test that the mixed parameter type can't be used together with any other type
12 Fatal error: Type mixed can only be used as a standalone type in %s on line %d
H A Dmixed_return_error.phpt2 Test that the mixed return type can't be used together with any other type
13 Fatal error: Type mixed can only be used as a standalone type in %s on line %d

Completed in 55 milliseconds

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