Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt26 echo "Version OK, so far as can be portably checked\n";
33 echo "Version OK, so far as can be portably checked\n";
42 Version OK, so far as can be portably checked
/PHP-8.0/tests/classes/
H A Dinheritance_009.phpt2 Ensure private methods with the same name are not checked for inheritance rules - abstract
H A Dinheritance_008.phpt2 Ensure private methods with the same name are not checked for inheritance rules - static
H A Dinheritance_007.phpt2 Ensure private methods with the same name are not checked for inheritance rules - final
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dproperty_types_early_bind.phpt2 Early binding should be prevented if property types cannot be checked
/PHP-8.0/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
/PHP-8.0/Zend/
H A Dzend_inheritance.h28 … void zend_do_inheritance_ex(zend_class_entry *ce, zend_class_entry *parent_ce, zend_bool checked);
H A Dzend_inheritance.c843 zend_bool check_visibility, zend_bool check_only, zend_bool checked) /* {{{ */ in do_inheritance_check_on_method_ex() argument
857 if (!checked && UNEXPECTED(parent_flags & ZEND_ACC_FINAL)) { in do_inheritance_check_on_method_ex()
869 if (!checked && UNEXPECTED((child_flags & ZEND_ACC_STATIC) != (parent_flags & ZEND_ACC_STATIC))) { in do_inheritance_check_on_method_ex()
885 …if (!checked && UNEXPECTED((child_flags & ZEND_ACC_ABSTRACT) > (parent_flags & ZEND_ACC_ABSTRACT))… in do_inheritance_check_on_method_ex()
930 if (!checked && check_visibility in do_inheritance_check_on_method_ex()
940 if (!checked) { in do_inheritance_check_on_method_ex()
958 …, zend_function *parent, zend_class_entry *ce, zend_bool is_interface, zend_bool checked) /* {{{ */ in do_inherit_method() argument
970 if (checked) { in do_inherit_method()
973 /* check_visibility */ 1, 0, checked); in do_inherit_method()
1199 …d_do_inheritance_ex(zend_class_entry *ce, zend_class_entry *parent_ce, zend_bool checked) /* {{{ */ in zend_do_inheritance_ex() argument
[all …]
/PHP-8.0/ext/imap/tests/
H A DREADME.md9 The tests have been checked using dovecot (on Linux 32 and 64 bit systems) and
12 ## Set-up tests on Ubuntu (checked on Ubuntu 18.04 (Bionic))
/PHP-8.0/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt2 The compatibility with the signature of abstract methods should be checked.
H A Dabstract-methods06.phpt2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
/PHP-8.0/Zend/tests/return_types/
H A Dinternal_functions001.phpt6 // Internal function return types are only checked in debug builds
/PHP-8.0/Zend/tests/
H A Dbug69467.phpt2 Bug #69467 (Wrong checked for the interface by using Trait)
H A Dlist_keyed_evaluation_order.inc26 echo "Existence of offset $offset checked for.", PHP_EOL;
/PHP-8.0/ext/xmlreader/tests/
H A Dbug73246.phpt2 Bug #73246 (XMLReader: encoding length not checked)
/PHP-8.0/ext/gd/tests/
H A Dimageantialias_error2.phpt14 It seems the second argument passing is not being correctly checked.
/PHP-8.0/ext/dom/tests/
H A Dbug44648.phpt2 Bug #44648 (Attribute names not checked for well formedness)
/PHP-8.0/ext/snmp/tests/
H A Dbug64124.phpt19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
/PHP-8.0/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt18 * Prior to fixing, the output buffer size was not being checked. According to the zlib
/PHP-8.0/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt46 Phar entry was not CRC checked
/PHP-8.0/ext/standard/tests/streams/
H A Dbug70198.phpt12 /* What is checked here is
/PHP-8.0/ext/standard/tests/file/
H A Dis_executable_variation1.phpt23 /* array of files checked to see if they are executable files
/PHP-8.0/docs/
H A Doutput-api.md81 Registering a conflict checking function, which will be checked prior starting the handler:
85 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt78 any behaviour they like, including the one checked for in this test.
/PHP-8.0/build/
H A Dax_gcc_func_attribute.m417 # The ATTRIBUTE parameter holds the name of the attribute to be checked.

Completed in 35 milliseconds

12