Home
last modified time | relevance | path

Searched refs:property (Results 376 – 400 of 445) sorted by relevance

1...<<1112131415161718

/PHP-7.4/ext/reflection/tests/
H A Dbug46064_2.phpt2 Bug #46064.2 (Exception when creating ReflectionProperty object on dynamicly created property)
H A Dbug76936.phpt43 ErrorHandler::handleError dealing with error Undefined property: Foo::$dummy2
H A DReflectionClass_getStaticPropertyValue_002.phpt47 Class C does not have a property named
H A Dbug46064.phpt2 Bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
/PHP-7.4/Zend/tests/traits/
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_variations.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-7.4/Zend/tests/
H A Dbug60536_002.phpt37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dbug60536_004.phpt22 // now the same with a class that defines the property itself,
H A Dbug29689.phpt55 Notice: Undefined property: bar::$foo2 in %s on line %d
H A Dobjects_033.phpt2 Ensure object comparison property order remains consistent
H A Dclosure_038.phpt58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
H A Dclosure_039.phpt58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt23 const some_not_declared_type **property;
/PHP-7.4/Zend/
H A Dzend_vm_execute.h22161 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
22373 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22433 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
24407 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
24621 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
24682 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
28042 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
28254 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
28314 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
30468 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_execute.c910 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
917 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
953 ZEND_ASSERT(!Z_ISREF_P(property)); in i_zend_check_property_type()
955 if (UNEXPECTED(Z_TYPE_P(property) != IS_OBJECT)) { in i_zend_check_property_type()
969 } else if (EXPECTED(Z_TYPE_P(property) == IS_NULL)) { in i_zend_check_property_type()
971 …TYPE_CODE(info->type) == _IS_BOOL && EXPECTED(Z_TYPE_P(property) == IS_FALSE || Z_TYPE_P(property)… in i_zend_check_property_type()
974 return zend_is_iterable(property); in i_zend_check_property_type()
982 if (i_zend_check_property_type(info, property, strict)) { in i_zend_verify_property_type()
986 zend_verify_property_type_error(info, property); in i_zend_verify_property_type()
991 return i_zend_verify_property_type(info, property, strict); in zend_verify_property_type()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1596 xmlNodePtr property; in model_to_xml_object() local
1621 set_xsi_nil(property); in model_to_xml_object()
1624 if (property->children && property->children->content && in model_to_xml_object()
1641 set_xsi_nil(property); in model_to_xml_object()
1646 if (property->children && property->children->content && in model_to_xml_object()
1656 xmlSetNs(property, nsp); in model_to_xml_object()
1663 set_xsi_nil(property); in model_to_xml_object()
1668 xmlSetNs(property, nsp); in model_to_xml_object()
1871 xmlNodePtr property; in to_xml_object() local
1876 set_xsi_nil(property); in to_xml_object()
[all …]
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt64 Warning: Directory::read(): Unable to find my handle property in %s on line 15
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt26 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-properties.phpt187 Notice: Undefined property: SNMP::$there is no such parameter in %s on line %d
197 Warning: main(): info property is read-only in %s on line %d
/PHP-7.4/tests/lang/
H A Dbug27439.phpt68 Notice: Undefined property: test::$foobar in %s on line %d
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c624 zend_long property; in PHP_METHOD() local
628 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &property) == FAILURE) { in PHP_METHOD()
636 retval = xmlTextReaderGetParserProp(intern->ptr,property); in PHP_METHOD()
985 zend_long property; in PHP_METHOD() local
990 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &property, &value) == FAILURE) { in PHP_METHOD()
998 retval = xmlTextReaderSetParserProp(intern->ptr,property, value); in PHP_METHOD()
1188 ZEND_ARG_INFO(0, property)
1247 ZEND_ARG_INFO(0, property)
/PHP-7.4/ext/spl/tests/
H A DarrayObject_magicMethods2.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
105 Notice: Undefined property: ArrayObject::$nonexistent in %s on line 42
/PHP-7.4/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt6 * Description: Checks if the object or class has a property
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-7.4/ext/oci8/tests/
H A Dlob_024.phpt76 Warning: oci_lob_load(): Unable to find descriptor property in %s on line %d

Completed in 242 milliseconds

1...<<1112131415161718