Lines Matching refs:zend_error

41 			zend_error(E_ERROR, "Nesting level too deep - recursive dependency?"); \
339zend_error(E_STRICT, "Accessing static property %s::$%s as non static", ce->name, Z_STRVAL_P(membe… in zend_get_property_info_quick()
519zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", zobj->c… in zend_std_read_property()
534 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_read_property()
536 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_read_property()
541 zend_error(E_NOTICE,"Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member)); in zend_std_read_property()
652 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_write_property()
654 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_write_property()
812 zend_error(E_NOTICE, "Undefined property: %s::$%s", zobj->ce->name, Z_STRVAL_P(member)); in zend_std_get_property_ptr_ptr()
873 zend_error(E_ERROR, "Cannot access empty property"); in zend_std_unset_property()
875 zend_error(E_ERROR, "Cannot access property started with '\\0'"); in zend_std_unset_property()
1592zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ce->name); in zend_std_cast_object_tostring()
1603 zend_error(E_NOTICE, "Object of class %s could not be converted to int", ce->name); in zend_std_cast_object_tostring()
1612 zend_error(E_NOTICE, "Object of class %s could not be converted to double", ce->name); in zend_std_cast_object_tostring()