Home
last modified time | relevance | path

Searched refs:property (Results 651 – 675 of 727) sorted by relevance

1...<<21222324252627282930

/PHP-8.3/Zend/tests/float_to_int/
H A Dwarnings_float_literals.phpt61 echo 'Typed property assignment:' . \PHP_EOL;
137 Typed property assignment:
H A Dwarnings_float_vars.phpt83 echo 'Typed property assignment:' . \PHP_EOL;
165 Typed property assignment:
/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.c474 uint32_t property; in ParseIprp() local
475 for (property = 0; property < association_count; ++property) { in ParseIprp()
476 if (property >= AVIFINFO_MAX_PROPS || in ParseIprp()
499 if (property < association_count) break; // Do not read garbage. in ParseIprp()
/PHP-8.3/tests/lang/
H A Dbug27439.phpt69 Warning: Undefined property: test::$foobar in %s on line %d
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
/PHP-8.3/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt10 echo "Called foo(), property = $this->prop\n";
H A DReflectionMethod_invokeArgs_error3.phpt10 echo "Called foo(), property = $this->prop\n";
H A DReflectionMethod_basic2.phpt119 Parameter #1 [ <required> string $property ]
/PHP-8.3/ext/dom/tests/
H A Ddomobject_debug_handler.phpt18 Deprecated: Creation of dynamic property DOMDocument::$dynamicProperty is deprecated in %s on line …
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-8.3/ext/oci8/tests/
H A Dlob_021.phpt71 Warning: oci_free_descriptor(): Unable to find descriptor property in %s on line %d
H A Dlob_024.phpt75 Warning: oci_lob_load(): Unable to find descriptor property in %s on line %d
H A Dlob_023.phpt61 Warning: oci_lob_import(): Unable to find descriptor property in %s on line %d
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.c615 zend_long property; in PHP_METHOD() local
618 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &property) == FAILURE) { in PHP_METHOD()
630 int retval = xmlTextReaderGetParserProp(intern->ptr,property); in PHP_METHOD()
972 zend_long property; in PHP_METHOD() local
976 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &property, &value) == FAILURE) { in PHP_METHOD()
988 int retval = xmlTextReaderSetParserProp(intern->ptr,property, value); in PHP_METHOD()
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dmultiple_classes.phpt70 Cannot assign stdClass to property Test::$prop of type X|Y|Z|int
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug65806.phpt60 //after unserialize the property myObjC::attrD is null instead of expected object
/PHP-8.3/ext/session/tests/
H A Dgh12504.phpt57 Fatal error: Default value for property of type int may not be null. Use the nullable type ?int to …
/PHP-8.3/Zend/tests/
H A Dtemporary_cleaning_013.phpt287 Deprecated: Creation of dynamic property class@anonymous::$foo is deprecated in %s on line %d
294 Deprecated: Creation of dynamic property class@anonymous::$foo is deprecated in %s on line %d
297 Deprecated: Creation of dynamic property class@anonymous::$foo is deprecated in %s on line %d
301 Deprecated: Creation of dynamic property class@anonymous::$foo is deprecated in %s on line %d
H A Dgh10935.phpt2 GH-1093: Add separate static property through trait if parent already declares it
H A Dbug31098.phpt60 Warning: Attempt to read property "wrong" on string in %s on line %d
/PHP-8.3/ext/reflection/tests/types/
H A Dintersection_types.phpt28 /* Force CE resolution of the property type */
H A Ddnf_types_with_null.phpt32 /* Force CE resolution of the property type */
/PHP-8.3/ext/zip/tests/
H A Doo_properties.phpt41 Warning: Undefined property: ZipArchive::$bogus in %s on line %d
/PHP-8.3/Zend/tests/in-de-crement/
H A Dunset_object_property_in_error_handler.phpt2 Unset property via error_handler
17 /* default property value */
/PHP-8.3/ext/pdo/tests/
H A Dpdo_035.phpt261 Cannot write to PDORow property
262 Cannot unset PDORow property

Completed in 43 milliseconds

1...<<21222324252627282930