/PHP-8.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_client.phpt | 26 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 D | inheritance_009.phpt | 2 Ensure private methods with the same name are not checked for inheritance rules - abstract
|
H A D | inheritance_008.phpt | 2 Ensure private methods with the same name are not checked for inheritance rules - static
|
H A D | inheritance_007.phpt | 2 Ensure private methods with the same name are not checked for inheritance rules - final
|
/PHP-8.0/Zend/tests/type_declarations/variance/ |
H A D | property_types_early_bind.phpt | 2 Early binding should be prevented if property types cannot be checked
|
/PHP-8.0/Zend/tests/traits/ |
H A D | bug60145.phpt | 2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
|
/PHP-8.0/Zend/ |
H A D | zend_inheritance.h | 28 … void zend_do_inheritance_ex(zend_class_entry *ce, zend_class_entry *parent_ce, zend_bool checked);
|
H A D | zend_inheritance.c | 843 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 D | README.md | 9 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 D | abstract-methods05.phpt | 2 The compatibility with the signature of abstract methods should be checked.
|
H A D | abstract-methods06.phpt | 2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
|
/PHP-8.0/Zend/tests/return_types/ |
H A D | internal_functions001.phpt | 6 // Internal function return types are only checked in debug builds
|
/PHP-8.0/Zend/tests/ |
H A D | bug69467.phpt | 2 Bug #69467 (Wrong checked for the interface by using Trait)
|
H A D | list_keyed_evaluation_order.inc | 26 echo "Existence of offset $offset checked for.", PHP_EOL;
|
/PHP-8.0/ext/xmlreader/tests/ |
H A D | bug73246.phpt | 2 Bug #73246 (XMLReader: encoding length not checked)
|
/PHP-8.0/ext/gd/tests/ |
H A D | imageantialias_error2.phpt | 14 It seems the second argument passing is not being correctly checked.
|
/PHP-8.0/ext/dom/tests/ |
H A D | bug44648.phpt | 2 Bug #44648 (Attribute names not checked for well formedness)
|
/PHP-8.0/ext/snmp/tests/ |
H A D | bug64124.phpt | 19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
|
/PHP-8.0/ext/zlib/tests/ |
H A D | deflate_add_buffer_full.phpt | 18 * Prior to fixing, the output buffer size was not being checked. According to the zlib
|
/PHP-8.0/ext/phar/tests/ |
H A D | pharfileinfo_getcrc32.phpt | 46 Phar entry was not CRC checked
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug70198.phpt | 12 /* What is checked here is
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | is_executable_variation1.phpt | 23 /* array of files checked to see if they are executable files
|
/PHP-8.0/docs/ |
H A D | output-api.md | 81 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 D | mysqli_stmt_num_rows.phpt | 78 any behaviour they like, including the one checked for in this test.
|
/PHP-8.0/build/ |
H A D | ax_gcc_func_attribute.m4 | 17 # The ATTRIBUTE parameter holds the name of the attribute to be checked.
|