Home
last modified time | relevance | path

Searched refs:property (Results 226 – 250 of 295) sorted by relevance

12345678910>>...12

/PHP-5.5/tests/lang/
H A Dbug27439.phpt68 Notice: 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-5.5/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-5.5/ext/xmlreader/
H A Dphp_xmlreader.c637 long property; in PHP_METHOD() local
641 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &property) == FAILURE) { in PHP_METHOD()
649 retval = xmlTextReaderGetParserProp(intern->ptr,property); in PHP_METHOD()
997 long property; in PHP_METHOD() local
1002 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &property, &value) == FAILURE) { in PHP_METHOD()
1010 retval = xmlTextReaderSetParserProp(intern->ptr,property, value); in PHP_METHOD()
1195 ZEND_ARG_INFO(0, property)
1254 ZEND_ARG_INFO(0, property)
/PHP-5.5/Zend/
H A Dzend_vm_def.h430 zval_ptr_dtor(&property);
595 zval *property; variable
678 zval_ptr_dtor(&property);
703 zval *property; variable
782 zval_ptr_dtor(&property);
1390 zval *property; variable
1406 zval_ptr_dtor(&property);
1434 zval *property; variable
1449 zval_ptr_dtor(&property);
1510 zval *property; variable
[all …]
/PHP-5.5/ext/libxml/tests/
H A Dbug61367-read.phpt11 …* Note: Using error_reporting=E_ALL & ~E_NOTICE to suppress "Trying to get property of non-object"…
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt10 echo "Called foo(), property = $this->prop\n";
H A DReflectionClass_getStaticPropertyValue_001_2_4.phpt57 …t exception 'ReflectionException' with message 'Class A does not have a property named ' in %sRefl…
H A DReflectionClass_setStaticPropertyValue_001_2_4.phpt57 …t exception 'ReflectionException' with message 'Class A does not have a property named ' in %sRefl…
H A DReflectionMethod_invokeArgs_error3.phpt10 echo "Called foo(), property = $this->prop\n";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt6 * Description: Checks if the object or class has a property
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65806.phpt60 //after unserialize the property myObjC::attrD is null instead of expected object
/PHP-5.5/Zend/tests/
H A Dbug31098.phpt47 Notice: Trying to get property of non-object in %s on line %d
/PHP-5.5/ext/oci8/tests/
H A Dlob_024.phpt76 Warning: oci_lob_load(): Unable to find descriptor property in %s on line %d
H A Dlob_021.phpt67 Warning: oci_free_descriptor(): Unable to find descriptor property in %s on line %d
H A Dlob_023.phpt66 Warning: oci_lob_import(): Unable to find descriptor property in %s on line %d
H A Dfetch_object_1.phpt121 Notice: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object_1.php on line %d
H A Dlob_022.phpt76 Warning: oci_lob_save(): Unable to find descriptor property in %s on line %d
H A Dfetch_object.phpt121 Notice: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object.php on line %d
H A Dlob_035.phpt103 Warning: oci_lob_size(): Unable to find descriptor property in %s on line %d
/PHP-5.5/ext/zip/tests/
H A Doo_properties.phpt44 Notice: Undefined property: ZipArchive::$bogus in %s on line %d
/PHP-5.5/ext/pdo/tests/
H A Dpdo_025.phpt113 Fatal error: Cannot access protected property Fail::$id in %spdo_025.php on line %d%A
/PHP-5.5/ext/date/tests/
H A Dexamine_diff.inc30 * interval's "days" property
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput191 /-- This set of tests is for Unicode property support, relevant only to the

Completed in 50 milliseconds

12345678910>>...12