Home
last modified time | relevance | path

Searched refs:other (Results 51 – 75 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/Zend/tests/generators/
H A Dyield_unary_precedence.phpt8 var_dump(yield * -1); // other ops still should behave normally
/PHP-7.4/Zend/tests/return_types/
H A Dvoid_disallowed2.phpt2 void return type: unacceptable cases: explicit return of some other value
/PHP-7.4/Zend/tests/
H A Dbug78898.phpt2 Bug #78898: call_user_func(['parent', ...]) fails while other succeed
H A Dbug61782.phpt2 Bug #61782 (__clone/__destruct do not match other methods when checking access controls)
/PHP-7.4/ext/exif/tests/bug50660/
H A Dbug50660.phpt2 Bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers))
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller14.phar.phpt2 Phar front controller mime type override, other zip-based
/PHP-7.4/Zend/tests/traits/
H A Dconflict001.phpt25 Fatal error: Trait method hello has not been applied, because there are collisions with other trait…
H A Dmethods_002.phpt28 Fatal error: Trait method __clone has not been applied, because there are collisions with other tra…
H A Derror_011.phpt26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
H A Dlanguage011.phpt30 Fatal error: Trait method sayHello has not been applied, because there are collisions with other tr…
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_027.phpt2 Return in try with throw in finally, inside other finally
/PHP-7.4/tests/func/
H A D004.phpt19 echo "This is some other function, to ensure more than just one function works fine...\n";
64 This is some other function, to ensure more than just one function works fine...
/PHP-7.4/ext/spl/tests/
H A Diterator_003.phpt32 public function __construct(ArrayObject $students, Student $other)
35 $this->id = $other->getId();
/PHP-7.4/ext/spl/
H A Dspl_observer.c221 ZEND_HASH_FOREACH_PTR(&other->storage, element) { in spl_object_storage_addall()
260 spl_object_storage_addall(intern, orig, other); in spl_object_storage_new_ex()
473 spl_SplObjectStorage *other; in SPL_METHOD() local
479 other = Z_SPLOBJSTORAGE_P(obj); in SPL_METHOD()
481 spl_object_storage_addall(intern, ZEND_THIS, other); in SPL_METHOD()
492 spl_SplObjectStorage *other; in SPL_METHOD() local
499 other = Z_SPLOBJSTORAGE_P(obj); in SPL_METHOD()
501 zend_hash_internal_pointer_reset(&other->storage); in SPL_METHOD()
504 zend_hash_move_forward(&other->storage); in SPL_METHOD()
520 spl_SplObjectStorage *other; in SPL_METHOD() local
[all …]
/PHP-7.4/ext/filter/tests/
H A Dbug69202.phpt2 Bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used)
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities13.phpt16 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
H A Dhtmlentities14.phpt16 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
H A Dhtmlentities08.phpt18 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
H A Dhtmlentities09.phpt19 …): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functi…
/PHP-7.4/Zend/tests/traits/bugs/
H A Dcase-sensitive.phpt23 Fatal error: Trait method M1 has not been applied, because there are collisions with other trait me…
H A Dabstract-methods04.phpt3 implementstion may be provided by other traits. Sorting order shouldn't influence result.
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_variation1.phpt10 //test passing in the same variable where 1 is by value, the other is a different
/PHP-7.4/ext/ftp/tests/
H A Dbug39458-2.phpt2 Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour))
/PHP-7.4/Zend/tests/type_declarations/
H A Diterable_002.phpt15 // No other values should be allowed as defaults
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …

Completed in 31 milliseconds

12345678910>>...14